Tan Meng Yue 80a85af661 Fix bug in handling OS X build via CMake
The OS macros needs to be upper case for the
if statement to work as expected
2018-12-25 17:03:58 +11:00
..
2018-12-25 09:15:13 +11:00
2018-11-14 10:19:39 -05:00
2016-02-07 17:38:17 +09:00

Simple OpenGL viewer for glTF geometry.

Requirements

  • premake5 : Requires recent premake5(alpha12 or later) for macosx and linux. premake5 for windows is included in $tinygltf/tools/window directory.
  • GLEW
    • Ubuntu 16.04: sudo apt install libglew-dev
  • glfw3
    • Ubuntu 16.04: sudo apt install libglfw3-dev

MacOSX and Linux

# optional. set pkg-config path to find glfw3
$ export PKG_CONFIG_PATH=/path/to/pkgconfig

> premake4 gmake
$ make

Windows(not tested well)

Edit glew and glfw path in premake5.lua, then

> premake5.exe vs2013

Open .sln in Visual Studio 2013

When running .exe, glew and glfw dll must exist in the working directory.

TODO

  • PBR Material
    • PBR Texture.
  • Animation