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