https://github.com/oakes/play-cljc.git
git clone 'https://github.com/oakes/play-cljc.git'
(ql:quickload :oakes.play-cljc)
A library for making games that run in both OpenGL and WebGL. There's no black box wasm
trickery going on here; just good old fashioned cljc files, some macro magic, and absolutely zero social life. Every coffee shop barista near me agrees that this game library is basically the greatest one ever. Other game libraries? Total disasters! Everyone agrees. Believe me.
You can generate a new project with the Clojure CLI Tool:
clj -Sdeps "{:deps {leiningen {:mvn/version \""2.9.0\""}}}" -m leiningen.core.main new play-cljc hello-world
This will start you off with a little platformer. It will contain a README with all the commands you need to use.
clj -A:dev:linux native
clj -A:dev:macos native
clj -A:dev:windows native
clj -A:prod install
All files that originate from this project are dedicated to the public domain. I would love pull requests, and will assume that they are also dedicated to the public domain.