Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 442 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 442 Bytes

Computational Graphics project (BSc) - OpenGL

Authors: 0xacb and davidgomes

Features:

  • Object and texture loader
  • Object and texture rendering
  • Skybox
  • Water shader (waves and reflection)
  • Sun shader
  • Lens flare shader
  • Collisions
  • Particles

Screenshot

How to compile (Linux and OSX):

  cmake .
  make
  ./cg2015