Sign in
flutter
/
third_party
/
tinygltf
/
006ab90c67111ea744eaeb37439ad0bc78d58d07
/
.
/
examples
/
basic
tree: 3b69fad4f4fa313e0fc2ff16d4d3e7a24f7488c8
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.