Sign in
flutter
/
third_party
/
tinygltf
/
refs/heads/json11
/
.
/
examples
/
basic
/
README.md
blob: 67da0898a4ebfbccfbd9fa70f1af6424d8af8368 [
file
] [
log
] [
blame
] [
view
] [
edit
]
# 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
.