SDL_Console is a drop down console that can be easily added to any SDL application. It is similar to Quake and other games consoles. A console gives you the ability to interact with your program in an easy way by executing predefined commands. You can also have more than one console at a time.
SDL_Console is a drop down console that can be easily added to any SDL application. It is similar to Quake and other games consoles. A console gives you the ability to interact with your program in an easy way by executing predefined commands. You can also have more than one console at a time.
To install sdlconsole, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install sdlconsole
To see what files were installed by sdlconsole, run:
port contents sdlconsole
To later upgrade sdlconsole, run:
sudo port selfupdate && sudo port upgrade sdlconsole
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.