Files
tinygltf/examples/glview/README.md
2016-02-07 17:38:17 +09:00

25 lines
387 B
Markdown

Simple OpenGL viewer for glTF geometry.
## Requirements
* premake4 : Requires recent `premake4` for macosx and linux, `premake5` for windows.
* GLEW
* glfw3
### MacOSX and Linux
> premake4 gmake
$ make
### Windows(not tested)
> premake5.exe vs2013
Open .sln in Visual Studio 2013
## TODO
* [x] Texture
* [ ] Various texture format.
* [ ] Shader
* [ ] Animation