soywiz
soywiz
For example. After adding fullscreen here: https://show.korge.org/ Coordinates stop working properly.
Tries to fix https://github.com/korlibs/korge/issues/2003
* Fixes https://github.com/korlibs/korge/issues/1924 * Fixes https://github.com/korlibs/korge/issues/525 * Fixes https://github.com/korlibs/korge/issues/696 * Fixes https://github.com/korlibs/korge/issues/591 * Fixes https://github.com/korlibs/korge/issues/892 * Fixes https://github.com/korlibs/korge/issues/374 * Fixes https://github.com/korlibs/korge/issues/1115 We also want to make integrations easier. So we...
Support UITextArea with multiple lines, scrollbars, maybe text format, etc.
Right now base64 encoding in JS is performed by string concatenation. We could figure out if we want to use base64 or hex, and use a Uint8ByteArray and then a...
To reduce overhead
In Kotlin 1.8, `AutoCloseable` was included. A first step could be making `Closeable` extend `AutoCloseable`. And then typealiasing it. Expending the interface is okay, typealiasing it will be a binary-breaking...