Skip Navigation
Furry Programmers @pawb.social

Raylib: A simple and easy-to-use library to enjoy videogames programming

github.com

GitHub - raysan5/raylib: A simple and easy-to-use library to enjoy videogames programming

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?

TechNews @radiation.party

raylib is a simple and easy-to-use library to enjoy videogames programming

2 comments
  • 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.