mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
Simple OpenGL viewer
Requirements
- C++11 compiler
- OpenGL 2.x
- cmake
Build
$ mkdir build
$ cd build
$ cmake ..
$ make
Third party libraries
- imgui : MIT license.
- glfw3 : zlib license.