TuxCap is a port of the PopCap games framework used for 2-D game development. It comes with PyCap Python bindings, a fast 2-D physics engine, a particle engine, widgets and many documented examples.
TuxCap is a port of the PopCap games framework used for 2-D game development. It comes with PyCap Python bindings, a fast 2-D physics engine, a particle engine, widgets and many documented examples.
To install libtuxcap, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libtuxcap
To see what files were installed by libtuxcap, run:
port contents libtuxcap
To later upgrade libtuxcap, run:
sudo port selfupdate && sudo port upgrade libtuxcap
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.