soywiz
soywiz
This is not working yet. It will need more work. Just created the PR to not forget about this later.
``` WARNING: FSprites without instanced rendering support not implemented yet. Please, if you are reading this message, let us know ``` This happens for example in the Android Simulator where...
https://github.com/korlibs/klock/blob/ca25e8a8b7d8ed2acefda96678331471b546b32b/klock/src/commonMain/kotlin/com/soywiz/klock/KlockLocale.kt#L20-L33 https://github.com/korlibs/klock/issues/150 * [x] English - Initial - https://github.com/korlibs/klock/pull/152 * [x] German * [ ] Spanish * [ ] French * [ ] Italian * [ ] Japanese * [...
https://github.com/ngbinh/gradle-scalastyle-plugin/blob/0cea2e2a99d6b86de2a3932e7106537f104ef7f8/gradle-scalastyle-plugin_2.11/src/main/groovy/org/github/ngbinh/scalastyle/ScalaStyleTask.groovy#L77 You should change `outputFile` to `project.file(outputFile)` Symptoms: empty xml file in submodule, actual xml file in root module or where CWD is
Menu not being accessible is due to creating the menu where some API stuff is not yet ready at the MacOS OS level. Some people suggested to do some dirty...
I have created a library for handling websockets: https://github.com/soywiz/haxe-ws And I am using hxssl for secure websockets in sys platforms. But it happens that it is not including Android/iOS builds....
Right now you have to call `runBlocking { }` manually, and it would be nice if that is not required
In 0.6.1 with `./gradlew koverMergedXmlReport` uploaded to codecov: https://app.codecov.io/github/korlibs/korge/blob/31ceb8d90c8adf02931e410d385f704e513d56b4/kds/src/commonTest/kotlin/com/soywiz/kds/QueueTest.kt  Also I'm getting some strange partial here in the same file:  So I...
Sometime ago I ported dragonbones to Java: https://github.com/soywiz/DragonBonesJava I have seen that there are other efforts: https://github.com/GDoom/DragonBonesJava https://github.com/DragonBones/DragonBonesJAVA/issues/1 But they are all outdated. I can try to port the current...