Crazy Eddie’s GUI System is a free library for game developers that provides windowing and widgets for graphics APIs and engines where such functionality is not natively available, or is severely lacking.
Crazy Eddie’s GUI System is a free library for game developers that provides windowing and widgets for graphics APIs and engines where such functionality is not natively available, or is severely lacking.
To install cegui, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cegui
To see what files were installed by cegui, run:
port contents cegui
To later upgrade cegui, run:
sudo port selfupdate && sudo port upgrade cegui
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.