Skip to content

twh2898/wavefront

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wavefront

A Wavefront OBJ and MTL Parser.

Building

git clone https://github.com/twh2898/wavefront.git
cd wavefront
mkdir build
cd build
cmake ..
make

Installing

cd build
make install

CMake Submodule

git submodule add https://github.com/twh2898/wavefront.git
git submodule update --init --recursive
add_subdirectory(Wavefront EXCLUDE_FROM_ALL)

CMake Fetch Content

include(FetchContent)
FetchContent_Declare(
    glpp
    GIT_REPOSITORY https://github.com/twh2898/wavefront.git
    GIT_TAG        0.1.0
)
FetchContent_MakeAvailable(glpp)

License

This project uses the MIT License.

About

A Wavefront OBJ and MTL Parser

Resources

License

Stars

Watchers

Forks

Packages

No packages published