utopia-rise / godot-kotlin-jvm

Godot Kotlin JVM Module
MIT License
576 stars 39 forks source link

Examples to test setup & demonstrate specific features #526

Closed travisfw closed 3 months ago

travisfw commented 10 months ago

I'm just looking for a working example I can use to ensure I can actually build and run a Godot-Kotlin app. Most game engines have at least a hello-world type project that shows a teapot or something.

chippmann commented 10 months ago

You mean something simpler than https://github.com/utopia-rise/godot-kotlin-3d-demo or would that suffice once #527 is fixed?

travisfw commented 9 months ago

godot-kotlin-3d-demo is great, so no, I guess once #527 is fixed nothing more would be necessary. It's just way more than I expected, and I was looking for something bare-bones to eliminate the possibility that godot-kotlin-3d-demo had an issue.

CedNaru commented 9 months ago

The 3D demo is a more "complete" project, exhaustive enough that it can cover most common uses of the module. I guess we can just make a project that simply renders a "Hello world" text on screen.

CedNaru commented 3 months ago

This template project was added with the latest release: https://github.com/utopia-rise/godot-kotlin-project-template