SoXt provides the programmer with a high-level application programmer's interface (API) in C++. The library primarily includes a class-hierarchy of viewer components of varying functionality and complexity, with various modes for the end-user to control the 3D-scene camera interaction.
SoXt provides the programmer with a high-level application programmer's interface (API) in C++. The library primarily includes a class-hierarchy of viewer components of varying functionality and complexity, with various modes for the end-user to control the 3D-scene camera interaction.
To install SoXt, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install SoXt
To see what files were installed by SoXt, run:
port contents SoXt
To later upgrade SoXt, run:
sudo port selfupdate && sudo port upgrade SoXt
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.