ESDL is a library that gives you access to SDL and OpenGL functionality from your Erlang program. SDL handles 2D graphics, user events, and audio, while OpenGL handles 3D graphics.
ESDL is a library that gives you access to SDL and OpenGL functionality from your Erlang program. SDL handles 2D graphics, user events, and audio, while OpenGL handles 3D graphics.
To install esdl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install esdl
To see what files were installed by esdl, run:
port contents esdl
To later upgrade esdl, run:
sudo port selfupdate && sudo port upgrade esdl
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.