Coin is a high-level 3D graphics library with a C++ Application Programming Interface. Coin uses scene-graph data structures to render real-time graphics suitable for mostly all kinds of scientific and engineering visualization applications.
Coin is a high-level 3D graphics library with a C++ Application Programming Interface. Coin uses scene-graph data structures to render real-time graphics suitable for mostly all kinds of scientific and engineering visualization applications.
To install Coin-framework, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install Coin-framework
To see what files were installed by Coin-framework, run:
port contents Coin-framework
To later upgrade Coin-framework, run:
sudo port selfupdate && sudo port upgrade Coin-framework
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.