clojure-gamedev 2024-12-12

You mean an application configuration tool? For example for the lwjgl3 app?

good to have something based on libGDX since play-clj. LibGDX is such a huge framework that I think it'd be nice to have a clojure library that instead of converting the game building process as a DSL, it just provides a light weight set of helper functions that doesn't hide the underneath Java class away to allow further customizations.

👍 1

also it'd be nice to have a babashka based template game creation tool. I am absolutely loath with the LibGDX UI-only project creation tool that generates games with gradle configs only.