soywiz
soywiz
@shanshin  You should be able to reproduce this report with: ``` git clone https://github.com/korlibs/korge.git git checkout 3b7f877eb1fb3be09e9669453a86eb75c1b3df23 ./gradlew :kds:koverHtmlReport ```
Nice! Confirmed that List.isNotEmpty thing is fixed: 
Understood! And thanks for replying :) I will start later today. Then probably I will code it in kotlin that is JVM based too, and syntax is much more similar...
I only implemented the backend part (all the arithmetic and logic); not implemented rendering. A possible frontend for rendering would be libgdx.
Nope. But this week I have ported (TypeScript master) to Kotlin (that is much more similar to typescript) and my game engine instead: https://soywiz.com/ported-dragonbones-to-korge/ The code lives here: https://github.com/korlibs/korlibs/tree/master/korge/korge-dragonbones/common If...
I din't had that `unreachable code` problem. Are you using `haxe 3.2`? I think that I'm using haxe from git, which may lead to different results. I will try 3.2....
Yep. That's the case. In libgdx I had to do that kind of synchronous loading. (`embedResources` option). In our codebase using jtransc-media we are loading them asynchronously on demand. But...
I'm using this for density: https://github.com/openfl/lime/blob/develop/lime/system/Display.hx Not sure if it is right. So PPC are redundant? Since centimeters can be calculated from inches? Density is redundant too? There is a...
I'm not using this library myself, but [korge](https://github.com/soywiz/korge). So I do not actually require any special library. This was an initial proposal because noboy proposed it yet :) I know...