godot-kotlin-jvm icon indicating copy to clipboard operation
godot-kotlin-jvm copied to clipboard

Godot Kotlin JVM Module

Results 183 godot-kotlin-jvm issues
Sort by recently updated
recently updated
newest added

Hey, The application build and start correctly on Android, but then i have a black screen and this error who indicate an issue when reading the kotlin files at runtime:...

help wanted

Scons job cannot find msvc compiler when running on windows 2022 CI, and try to use mingwin to compile. We need to investigate why msvc is not found on new...

bug

The new `api.json` from the `GDExtensions` includes a block `native_structures` which we do not yet understand for what it's for. We can't just ignore those types in there as they...

enhancement
topic:api-gen

@piiertho has already done most of the cpp changes to support Godot 4. But many things on the JVM side still need to be changed. Namely the shared buffer glue...

topic:core
GD4

Some Godot Types are hardcoded strings inside the Entry-Gen. With Godot 4, many type's have been renamed, added or removed. These changes need to be incorporated into the hardcoded strings...

topic:entry-gen
GD4

Follow up issue from #256. Currently `gd_kotlin.cpp` is a mess as it slowly grew in functionality and complexity. We have to refactor it at some point.

enhancement
topic:core

Currently we have the bootstrap class which handles file system changes and reloads classes accordingly. It basically is the sole reason why we have to ship the `godot-bootstrap.jar` alongside the...

enhancement
topic:core

For the time being we have the same problems and limitations as `C#` has regarding the new `GDExtension` system. These namely are: - lack of namespace support (not a big...

topic:documentation

@piiertho introduced a very useful and nicely designed abstraction for various type informations called `traits`. These traits allow us to handle object and type traits more efficiently and especially in...

topic:entry-gen
topic:api-gen
GD4

Depends on: https://github.com/godotengine/godot/pull/58436 and https://github.com/utopia-rise/godot-kotlin-jvm/issues/309 Once the dependent issues are resolved, we can finish the API generation reimplementation.

topic:api-gen
GD4