soywiz
soywiz
So the thing is that Kotlin 1.7.10 had some issues when recompiling the project after small changes that broke stuff pretty badly. I could either go back to 1.7.0 or...
Great. Thank you for sharing your use-cases!
3.1.0 is still using -Beta, next version will use -RC. A new version will be probably released next week. For Kotlin 1.7.20 final, that depends on the kotlin release schedule.
Hey folks 👋 just released korlibs 3.2.0 using Kotlin 1.7.20 final
Click was handled somehow with down and up events instead of a real event from the OS. IIRC that was done to simplify event handling and to support on click...
I will focus on fixing all the Text view bugs this week.
@zhanghai Here's the old link: https://web.archive.org/web/20210730083701/https://forum.korge.org/topic/40/text-wrapping/4 I'm going to try to include this and another text features in 3.0, but since I want to release it before the end of...
@quangson91 that's correct. KTree is deprecated because it forced to create descriptors for each component. That also forced to register them or to include some stuff in the output code...
Also notice, that this is the API I prepared for also supporting animations in this format: https://github.com/korlibs/korge-next/blob/2beb13cc9d8b1715d767bf14f60b7eae1dbf9dac/korge/src/commonMain/kotlin/com/soywiz/korge/view/clip/MovieClip.kt And the idea is implement the editor here: https://github.com/korlibs/korge-editor Since it generates code,...
Yeah, the only artifact provided is korvi. Probably the `korge-korvi` artifact was dropped at some point: https://search.maven.org/search?q=g:com.soywiz.korlibs.korvi%20a:korvi Related code: https://github.com/korlibs/korge/blob/78125b99e432601479e0454ec31f67fc4a5bd395/buildSrc/src/main/kotlin/com/soywiz/korge/gradle/KorgeExtension.kt#L442 I will probably replace it with a source-code dependency like...