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

Refactor `Context` main game loop, render, and resize methods to be non-suspending #169

Closed LeHaine closed 2 years ago

LeHaine commented 2 years ago

Causes breaking changes for any suspend function called in any of these methods.

The following are now non-suspending: