godot-kotlin-jvm
godot-kotlin-jvm copied to clipboard
Godot Kotlin JVM Module
System setup for building engine is not trivial and maybe we can simplify it? I prepare Dockerfile based on this repo https://gitlab.com/bluabito/godot-docker to build engine for linux_amd64 [Dockerfile.linux_amd64.txt](https://github.com/utopia-rise/godot-kotlin-jvm/files/6350660/Dockerfile.linux_amd64.txt) How to...
In windows it will give this warning:  I think something similar will happen in OSX.
This new model makes use of Godot's instance binding, a feature available for every Godot Object and reworked for 4.0 as well as the ObjectDB. Instance Bindings allow altering the...
If you use white spaces or symbols (i.e. '#,$,&,*'), bootstrap.jar seems to not be able to read the filepath and throws some random error such as this : ``` Exception...
Hi: As you may know Project Panama which is the upgrade version of JNI is about to release soon. Next month(JDK 19) https://openjdk.org/projects/panama/ https://openjdk.org/jeps/424 so is it possible for this...
Currently if the export fails to add the jre or any of the jar file we create, we just print that to the log but the editor does not display...
Godot version 0.8.1-4.2.0  
**(This is a work in progress, more proposals have to be written and classified by the maintainers)** This is issue is simply to consolidate all the features planned to be...