I have a demo of korge working already: <https://g...
# coroutines
d
I have a demo of korge working already: https://github.com/soywiz/korge/blob/master/korge-sample/src/com/soywiz/korge/sample/Sample1.kt + Demo working on the browser: https://soywiz.github.io/kor_samples/korge1/ Asynchronous scene loading (texture loading) that works out of the box on js + tilemaps + tweens + hit testing Now I'm going to try make it work with kotlin-js too. I'll ask in #javascript if it is possible to have projects that works on both kotlinjvm and kotlinjs or at least how to handle a common codebase between them