mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-08-02 03:18:56 +00:00
20 lines
197 B
Markdown
20 lines
197 B
Markdown
# Basic glTF viewer
|
|
|
|
## Requirements
|
|
|
|
* glfw3
|
|
* premake5(linux)
|
|
|
|
## Build on Linux
|
|
|
|
```
|
|
$ premake5 gmake
|
|
$ make
|
|
```
|
|
|
|
## Build on Visual Studio
|
|
|
|
Plese use solution file located at `basic` folder.
|
|
|
|
|