Please note that my main priority is to create a minimum viable product for use with GLEngine.
All documentation is being moved over to GitHub Pages
GitHub Pages Build Status:
CPP Version: 17
Uses libraries:
- spdlog (included, required)
- cloc (not included, not required)
TODO The static library is located in the build directory when the project is built.
TODO
- ASCII OBJ
- STL
- Collada
- FBX
- 3DS
- IGES
- STEP
- VRML/X3D
The following commands can be run from a terminal in the project directory:
make all
ormake
: Says what each make function doesmake make-project
: Builds necessary dependencies with CMakemake build-project
: Builds the librarymake line-count
: Queries line counts of various parts of the library's code
Trello: https://trello.com/b/bgSspJZA/cppmodellibrary
GitHub: https://github.com/popwser/CPPModelLibrary