jmonkeyengine
jmonkeyengine copied to clipboard
Interested in a Blender like cam control?
I've written a cam control
in Kotlin, without unit tests, and not integrated into the JMonkey class hierarchy.
Is anybody interested in integrating it into the JMonkey library? Then I would provide the Kotlin class.
Hi @RaiNova, nice work!
For maintenance purposes and to keep the core engine lightweight we recommend extensions be published on the JME store (https://store.jmonkeyengine.org/) + a forum post about the extension on the JME forum (https://hub.jmonkeyengine.org/). You can then host the source code (Java or Kotlin) on your GitHub page.
Thanks