philazzi44 / DnDCS

DnD Client-Server
3 stars 1 forks source link

Fog Updates - Point Data or Png #10

Closed philazzi44 closed 10 years ago

philazzi44 commented 10 years ago

Check out the Point Data we save and see how well it performs. It may make sense to save out a png of the fog rather than the list of points. It'll depend on what it looks like in real life.

philazzi44 commented 10 years ago

After one session, it was 300KB - not sure how many points, but that will likely make iterating over it after a couple of sessions really boggy. Also, we overwrite the file every FogUpdate that is saved, which will definitely get shittier over time. Need to find a better solution for this.

philazzi44 commented 10 years ago

Moved to png.