Sign in
flutter
/
third_party
/
tinygltf
/
29c431b2f23ee39e2b8d0d19de487e3c2a1d0848
/
.
/
examples
/
basic
tree: b34b6ab766f9d63965021f73717fc6565d52b439
basic/
.gitignore
main.cpp
premake5.lua
README.md
screenshot.JPG
shaders.cpp
shaders.h
window.cpp
window.h
examples/basic/README.md
Basic glTF viewer
Requirements
glew
glfw3
premake5(linux)
OpenGL 3.3+ GPU
Build on Linux and macOS
$ premake5 gmake $ make
Build on Visual Studio
Plese use solution file located at
basic
folder.