Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Simple .obj viewer with GUI support(imgui + glew + glfw3 + OpenGL 2)

Requirements

  • cmake
  • glfw3

Build on Linux

$ mkdir build
$ cd build
$ cmake ..
$ make

Third party licenses

TODO

  • Build on MSVC
  • Build on MaCOSX
  • Alpha texturing.
  • Support per-face material.
  • Use shader-based GL rendering.
  • PBR shader support.