Skip Navigation
Furry Programmers @pawb.social mayoaddict @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

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

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?

2
TechNews @radiation.party irradiated @radiation.party
BOT
[HN] raylib is a simple and easy-to-use library to enjoy videogames programming

You're viewing a single thread.

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.