C++ library for manipulating a variety of particle formats
Partio is an open-source C++ library, developed by Walt Disney Animation Studios, for reading, writing, and manipulating a variety of standard particle formats (GEO, BGEO, PTC, PDB, PDA). It allows software applications to read and write point cloud formats from a variety of computer graphics programs and can serve as a way to interchange particle data between various file formats.
Partio is an open-source C++ library, developed by Walt Disney Animation Studios, for reading, writing, and manipulating a variety of standard particle formats (GEO, BGEO, PTC, PDB, PDA). It allows software applications to read and write point cloud formats from a variety of computer graphics programs and can serve as a way to interchange particle data between various file formats.
To install partio, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install partio
To see what files were installed by partio, run:
port contents partio
To later upgrade partio, run:
sudo port selfupdate && sudo port upgrade partio
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.