/opengl-framework

Some example project I used to play around with OpenGL and C++

Primary LanguageC

OpenGL Framework

This is some toy project I used to learn some basics of OpenGL and C++.

It contains:

  • deferred rendering
  • octree sceen graph
  • bumpmapping
  • fix framerate game loop
  • height map terrain
  • sky box
  • simple UI rendering (you can open a menu layer by pressing escape)

Screenshot

Usage:

  • press T to attach the camera to the spinning head (press T again to detach)
  • hold B to show bounding boxes and octree bounds

Links

The project is inspired by the really great tutorial videos by TheBennyBox.