Tucker S
03/25/2021, 11:08 PMDeactivated User
04/01/2021, 2:15 PMDave
04/16/2021, 12:28 PMresourcesVfs[fileName].readString()
from a non suspending function, in common code.
I can wrap it in runBlockingNoSuspensions, which works on JVM...but not on JS.
What is the expected way to do this?
(I cannot make the function a suspend function)Dave
04/16/2021, 3:31 PMuserHomeVfs
does not seem to result in my user home directory ?
it just gives a the folder where the application starts
Does something need to be configured or passed in ?Etienne
04/16/2021, 6:45 PMvoddan
04/24/2021, 7:42 PMvoddan
04/25/2021, 9:09 AMbox.onCollision {
view.tween(...)
}
How do I pass the coroutine context there? Is there something like box.onCollisionSuspended {..}
?Dave
04/26/2021, 10:41 AMvoddan
05/08/2021, 3:31 PMSahil Bajaj
05/25/2021, 7:49 AMDeactivated User
07/10/2021, 7:30 PMDeactivated User
07/25/2021, 11:01 PMMakentoshe
08/14/2021, 8:21 AMMisileLab
08/14/2021, 5:29 PMAkshay Verma
08/31/2021, 6:37 AM./gradlew :samples:mask:installDebug
but it doesn't seem to be workingMisileLab
09/03/2021, 5:10 PMy9san9
09/05/2021, 4:59 PM1.02.toInt() == 1
y9san9
09/05/2021, 5:32 PMaddamsson
09/16/2021, 9:43 AMAtlas
works? The documentation is very sparse. A little context: I'm trying to write a renderer that uses CP437 tilesets like this and for that I need to be able to access each tile individually and I also want to tint them (background and foreground)Alexey Chuprin
09/19/2021, 7:53 PMrunIosSimulatorDebug
get error Uncaught Kotlin exception: kotlin.native.IncorrectDereferenceException: Trying to access top level value not marked as @ThreadLocal or @SharedImmutable from non-main thread
. What am I doing wrong?Carl Bateman
09/21/2021, 3:32 PMGeorgii Kashin
09/23/2021, 9:54 AM./gradlew iosBuildSimulatorDebug
But always run into the error:
How can I handle it?y9san9
09/29/2021, 11:05 AMCarl Bateman
09/30/2021, 8:29 AMFatal signal 11 (SIGSEGV) at 0x42a637d9 (code=1)
Seems like some sort of concurrency issue. Having a class that runs glFinish() on every render pass mitigates the problem to a certain point (up to 8 to 10 images), but even with small amount of images and running a very simple filter, the FPS drops to about 8 or 9.Carl Bateman
09/30/2021, 12:52 PMDeactivated User
10/03/2021, 1:57 PMDeactivated User
10/05/2021, 9:02 PMquadTo
Also moved the documentation to a new location: https://docs.korge.org/Piotr Krzemiński
10/08/2021, 5:12 PMAkshay Verma
10/11/2021, 7:43 AMvfsFile.writeChunk(byteArray, offset = offset)
this doesn't seem to be working in iOS (or any write methods be it as trivial as writeString()
)
The file creation is happening so there must be some problem inside write methodDeactivated User
10/18/2021, 7:34 PM