A Wavefront OBJ and MTL Parser.
git clone https://github.com/twh2898/wavefront.git
cd wavefront
mkdir build
cd build
cmake ..
make
cd build
make install
git submodule add https://github.com/twh2898/wavefront.git
git submodule update --init --recursive
add_subdirectory(Wavefront EXCLUDE_FROM_ALL)
include(FetchContent)
FetchContent_Declare(
glpp
GIT_REPOSITORY https://github.com/twh2898/wavefront.git
GIT_TAG 0.1.0
)
FetchContent_MakeAvailable(glpp)
This project uses the MIT License.