Results 272 issues of soywiz

More details here: https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/jtransc/p50kXBNTvcU/osIA_tc6DgAJ

Splitting this task: #9 Optimize generated AST

Right now the generated reflection information just supports a blacklist mode. If you are using/referencing specific APIs (like `getMethod` and so), it just iterates the whole working set of the...

Right now, the compilation parameters are obtained from pom.xml, and are global to every target. It would be great to include parameters as an annotation in the main class. ```...

- Implement missing APIs - Ensure that implemented APIs work as expected - Create tools that check that RT methods with native have proper annotations in all targets - Create...

I have ported DragonBonesAS 4.3 line by line to java here: https://github.com/soywiz/DragonBonesJava It already compiles, but requires a bit more work and fixes including adding a libgdx backend. Could I...

Related issue: https://github.com/Kotlin/kotlinx-kover/issues/166 https://github.com/korlibs/korge/runs/8003007849?check_suite_focus=true#step:8:524

Now that K/N supports a new memory model we should consider doing audio decoding / playback in a different thread than the rendering one to have a much better performance...