littlektframework / littlekt

A multiplatform WebGPU 2D game framework written in Kotlin. Build your own game engine on top.
https://littlekt.com
Apache License 2.0
321 stars 12 forks source link

Add non-continuous rendering #209

Open LeHaine opened 1 year ago

LeHaine commented 1 year ago

Currently, all rendering is done continuously, even if nothing changes. Have an option to manually call the rendering whenever it's needed.