gdx-dragome
gdx-dragome copied to clipboard
Non-continuous rendering
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.