raylib-go
Go bindings for raylib, a simple and easy-to-use library to enjoy videogames programming.
How to download and setup raylib-go
Open terminal and run command
git clone https://github.com/gen2brain/raylib-go.git
git clone is used to create a copy or clone of raylib-go repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with raylib-go https://github.com/gen2brain/raylib-go/archive/master.zip
Or simply clone raylib-go with SSH
[email protected]:gen2brain/raylib-go.git