Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 208 Bytes

File metadata and controls

8 lines (6 loc) · 208 Bytes

A renderer using pure c++.

Render according to standard pipeline: vertex->primitive assemply -> tesselation -> fragment

Dependency:

  • Eigen3 (Datastructure & Linear Algebra)
  • Libigl (Mesh file operating)