dragome / gdx-dragome

Dragome backend for LibGDX.
22 stars 1 forks source link

Non-continuous rendering #19

Open czyzby opened 8 years ago

czyzby commented 8 years ago

GWT backend currently supports only continuous mode rendering, but non-continuous mode could be easily supported in Dragome with a custom renderer and basically additional boolean flag. We would have to add additional data or pull input events in the renderer, though. This might be quite useful, especially since JS/WebGL isn't exactly the fastest in the first place.