Sign in
flutter
/
third_party
/
tinygltf
/
refs/heads/json11
/
.
/
examples
/
basic
tree: 7e6d579ec5580a235f18dcf834f9eef1edf41877 [
path history
]
[
tgz
]
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.