Results 281 comments of soywiz

The plan is to keep the `supportKorvi` method, but instead of loading a full KMM library that takes like a lot of files/artifacts, the idea is to download a small...

Yeah, on the JVM it uses a JVM library for mp4 decoding. Korvi is pretty experimental, though it would be possible to plug libavcodec and other other libraries from ffmpeg...

Seems to work on all the targets but iOS: ```stacktrace > Task :korge-sandbox:linkDebugFrameworkIosArm64 w: Flag is not supported by this version of the compiler: -Xjvm-default=all e: Compilation failed: No file...

So the thing is that Kotlin 1.7.0 & 1.7.10 have bugs that are pretty annoying regarding incremental compilation that make development cycle in korge at least pretty much broken. I...

Superseded by https://github.com/korlibs/korge-compose That repo has an `example` folder that supports compose by using kproject. So it is working already for JVM and Desktop. I have temporarily disabled JS and...

* https://www.kernel.org/doc/Documentation/input/joystick-api.txt * https://www.kernel.org/doc/Documentation/input/gamepad.txt * https://github.com/williamahartman/Jamepad * https://github.com/torvalds/linux/blob/4da34b7d175dc99b8befebd69e96546c960d526c/include/uapi/linux/input-event-codes.h#L380-L399

This artifact doesn't seem to include those files: https://search.maven.org/remotecontent?filepath=com/soywiz/korlibs/korge2/korge-dragonbones-jvm/3.0.0/korge-dragonbones-jvm-3.0.0.jar Not included here either: https://search.maven.org/remotecontent?filepath=com/soywiz/korlibs/korim/korim-jvm/3.0.0/korim-jvm-3.0.0.jar The `dice.qoi` file is in the `commonTest` resources folder that shouldn't be included in the korim...

Likely fixed here: https://github.com/korlibs/korge/issues/1065 & https://github.com/korlibs/korge/pull/1068

@Anivie can you share the code that is producing the leak so we can try to reproduce the issue?