Skip to content

Latest commit

 

History

History
 
 

basic

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.