I found this one on top of hackernews: Raylib is a simple library for creating videogames: i've only heard good things about it so far, and it seems like the perfect lib for learning game programming: has anyone ever used it?
Raylib: A simple and easy-to-use library to enjoy videogames programming
https://github.com/raysan5/raylib
2 Comments
CapitalEx@pawb.social · 3 pts · 3y
I've used it a bunch via the Crystal bindings. It's very pleasant to use and has many bindings. It also works will with function programming languages since it uses pass by value substantially.
monz@pawb.social · 1 pts · 3y
HEY