soywiz
soywiz
I'd say the sample that currently covers the new camera API is this one: https://github.com/korlibs/korge-samples/blob/2ccda53ffeb5663f126b9836ab3dc74f1a5faadf/samples/tilemap/src/commonMain/kotlin/main.kt#L14 Though it is a very simple sample
Yeah :) , the stencil bits were not specified, and the default was 0, while for this to work it should be the standard of 8
This was fixed sometiem ago
That triangulation is invalid. http://r3mi.github.io/poly2tri.js/ https://github.com/r3mi/poly2tri.js/ https://github.com/nerik/poly2trihx http://nerik.github.io/poly2trihx/
The haxe version sample detects invalid polygons and doesn't allow you to add the lines + allows to add holes. If you want to port the sample to support that...
Hey Igor! The plugin doesn't provide a way to provide to other repositories, but it is a mere plugin, you can add in your project code to publish to another...
Hey Ayfri! I noticed that same issue. I believe that's related to IDE support, that is somehow breaking in the latest published version. Hopefully the Kotlin team will fix that....
Reported here: https://youtrack.jetbrains.com/issue/KT-46434 going to move to paused/waiting for response since now it is a separate issue
It reproduces with a custom relative `outputFile`
I have implemented it here: https://github.com/soywiz/pasteimages/commit/de08437ee3b2e1a96bd6880c7e0a25e0d40d75bc#diff-653631669107723176ffae1c8220f0910e312e3e0d9ddca6f099e0e642876ed4R31-R36 (for files) For URLs I'm not sure how that would work in the case the user just want to paste that URL without inserting...