clojure-gamedev

2024-12-12T19:25:19.296079Z

🎉 6
2025-01-15T10:14:11.756159Z

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

gzmask 2025-01-15T17:53:27.407319Z

yeah this one: https://libgdx.com/wiki/start/project-generation

gzmask 2025-01-14T19:52:56.897709Z

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
gzmask 2025-01-14T19:56:55.402189Z

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.