tree: ff558dc80c7c267ea8d618638caeed4dc8deedd6 [path history] [tgz]
  1. basic/
  2. .gitignore
  3. main.cpp
  4. premake5.lua
  5. README.md
  6. screenshot.JPG
  7. shaders.cpp
  8. shaders.h
  9. window.cpp
  10. window.h
examples/basic/README.md

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.