mirror of
https://github.com/kaepr/clj-raylib-experiments.git
synced 2026-07-12 10:35:28 +00:00
Clojure Raylib Experiments
- Clojure 100%
| dev | ||
| libs/macos | ||
| src | ||
| .gitignore | ||
| bb.edn | ||
| deps.edn | ||
| README.md | ||
Clojure Raylib Experiments
Using Clojure to learn Raylib.
Based on
Requirements
Have JDK22+ and Clojure installed locally.
I am using sdkman to manage Java versions locally.
I have only added libs for MacOS as that's what I am using.
Please take a look at ertugrulcetin/raylib-clojure-playground for a more thorough setup and installation instructions.
Run locally
bb dev # or clj -M:dev
This will launch a game window defined in src/core.clj and start's an nrepl server at port 7888.
Pakman
Clear Code Tutorial
I am using this repository to follow The ultimate introduction to Raylib by Clear Code
Copy the start assets into ./assets directory
https://github.com/clear-code-projects/raylib_intro
I have added them to .gitignore
Run the individual files from the tutorial series.
bb clear-code-dev
bb clear-code-dev clear-code.move