A simple and easy-to-use library to enjoy videogames programming
A simple and easy-to-use library to enjoy videogames programming. raylib is highly inspired by the Borland BGI graphics lib and the XNA framework and it's specially well suited for prototyping, tooling, graphical applications, embedded systems and education.
A simple and easy-to-use library to enjoy videogames programming. raylib is highly inspired by the Borland BGI graphics lib and the XNA framework and it's specially well suited for prototyping, tooling, graphical applications, embedded systems and education.
To install raylib, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install raylib
To see what files were installed by raylib, run:
port contents raylib
To later upgrade raylib, run:
sudo port selfupdate && sudo port upgrade raylib
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.