mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-09-21 17:54:34 +00:00
Convert UTF16 file to UTF8.
Add premake project to build on Linux.
This commit is contained in:
19
examples/basic/README.md
Normal file
19
examples/basic/README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user