GreenFour / pencil-knight

TCSS 491 Computational Worlds project
MIT License
0 stars 1 forks source link

Back-End: Performance #73

Open DevonS3 opened 6 years ago

DevonS3 commented 6 years ago

My PC runs level two just fine at the moment, but I noticed it was a little choppy on Alyssa's laptop last night. We should make sure that it runs okay on lower end machines.

Solutions (if needed): Buffer CTX, Intra-level transitions, Drawing only within (or close to) Camera viewport dimensions. (I don't like this solution for multiple reasons, one of which is that it adds other issues we'd need to fix).