mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-07-06 00:25:10 +08:00
22 lines
232 B
Markdown
22 lines
232 B
Markdown
# 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.
|
|
|
|
|