What does HackerNews think of raylib?

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

Language: C

#41 in Android
#61 in C
#10 in Java
#11 in Game engine
#201 in Hacktoberfest
#111 in Linux
#9 in OpenGL
#19 in Raspberry Pi
I just discovered and it seems enticing: https://github.com/raysan5/raylib

> no fancy interface, no visual helpers, no gui tools or editors... just coding in pure spartan-programmers way. Are you ready to enjoy coding?

I have a similar dream, but it involves starting from the ground up:

- Implement a CPU and peripherals in an FPGA

- Throw together an OS

- Make a handheld game console

Why? Because it would be fun to remind myself of the "first principals" (not talking physics here) and play around with it.

For now, I'm playing around with Raylib [0] and Allegro [1] which are C game libraries.

Do you have a link to your console hardware?

0: https://github.com/raysan5/raylib

1: https://liballeg.org/