clojure-gamedev

shidima_ 2017-07-21T06:41:42.946844Z

@gdeer81 That would be very cool 🙂

shidima_ 2017-07-21T06:42:00.951363Z

I'm looking into making a snake clone atm, mabey I can make that into a tutorial aswell

bcbradley 2017-07-21T18:00:46.356646Z

I made a library that may be useful to anyone interested in developing games in clojure for the jvm: https://github.com/bcbradle/gl It is an idiomatic gl wrapper oriented towards immutability; only a single function in the library has the potential to mutate state. There are examples here https://github.com/bcbradle/gl-examples, which leverage a glfw wrapper https://github.com/bcbradle/glfw

gdeer81 2017-07-21T19:29:04.093643Z

wow that hello world example