What does HackerNews think of raylib-go?

Go bindings for raylib, a simple and easy-to-use library to enjoy videogames programming.

Language: C

#32 in Android
#6 in Game engine
#56 in Go
Raylib is awesome! It reminds me of the old school days of using BlitzBASIC to get things drawn on screen because it's easy and so much fun. This is how programming used to be, no fuss, just easy to use libraries.

I currently use Raylib with Go and the Go bindings[1] to create screensavers for Linux and I'm really happy with the results.

I even use it at work to draw interactive infrastructure diagrams that animate dependencies, allow controlling start-up etc. It's really flexible and simpler than anything else I've found to get stuff on-screen. I love it!

[1]: https://github.com/gen2brain/raylib-go

Are you meaning https://github.com/gen2brain/raylib-go?

If so, it seems a bit too buggy still for really wanting to write production code with it. :(

G3N seems ok:

http://g3n.rocks

Although it doesn't yet have a long history of maturity either. :/

Another good option is to use Raylib bindigs: https://github.com/gen2brain/raylib-go

No need for HTML/js and API is pretty simple

Also, for non terminal-based things, Raylib is really nice. It's originally a C-based games-library, but the bindings work well for playing around in Golang.

https://github.com/gen2brain/raylib-go