Skip to content

Commit

Permalink
README added
Browse files Browse the repository at this point in the history
  • Loading branch information
progschj committed Oct 15, 2012
1 parent 5bf9cdd commit 8ab2573
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README
@@ -0,0 +1,14 @@
OpenGL Example Collection
-------------------------

The purpose of thise example collection is to provide short and self
contained code that showcases OpenGL api functionality/features.
The examples have no dependencies on any custom framework or basecode
except for "canonical" libraries such as glfw, gl3w and glm.

Most of the examples try to show the targeted features in a relevant
use case such as using Frame Buffer Objects for FXAA, Transform Feedback
to update particles on the GPU or Occlusion Queries + Conditional Render
to optimize rendering a Cube (Minecraftlike) Cave. At the same time
the goal is to keep the examples short and simple enough to not lose
the focus.

0 comments on commit 8ab2573

Please sign in to comment.