Fork me on GitHub
#clojure-gamedev
<
2017-07-21
>
shidima_06:07:42

@gdeer81 That would be very cool 🙂

shidima_06:07:00

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

bcbradley18:07:46

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

gdeer8119:07:04

wow that hello world example