mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-04-23 06:29:54 +08:00
Basic glTF viewer
Requirements
- glfw3
- premake5(linux)
Build on Linux
$ premake5 gmake
$ make
Build on Visual Studio
Plese use solution file located at basic
folder.