Pomax / Pjs-2D-Game-Engine

Processing.js 2D Game Engine
85 stars 53 forks source link

Should try to (for further reference) make gravity in mario.pde, etc. seem to dissolve at end for less lag if any #13

Open vanzazzle opened 8 years ago

vanzazzle commented 8 years ago

Dissolving the amount of gravity the closer something is to the ground would reduce lag. I have done this with many languages such as Processing and WebGL, trust me, it would help.

Pomax commented 8 years ago

I've not worked on this code for about four years now - if you want to add improvements, I will be more than happy to merge those in, as long as you update the relevant documentation too of course.