Tiny but powerful single file wavefront obj loader
Tiny but powerful single file wavefront obj loader written in C++03. No dependency except for C++ STL. It can parse over 10M polygons with moderate memory and time. tinyobjloader is good for embedding .obj loader to your (global illumination) renderer.
Tiny but powerful single file wavefront obj loader written in C++03. No dependency except for C++ STL. It can parse over 10M polygons with moderate memory and time. tinyobjloader is good for embedding .obj loader to your (global illumination) renderer.
To install tinyobjloader, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install tinyobjloader
To see what files were installed by tinyobjloader, run:
port contents tinyobjloader
To later upgrade tinyobjloader, run:
sudo port selfupdate && sudo port upgrade tinyobjloader
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.