OpenGL Primer Samples
OpenGL Primer Samples
This collection of samples complements the OpenGL primer part of the Basic Techniques lecture. Code shown in the lecture is mostly taken from these samples.
Code
The code has been tested on Linux and Mac OS X with the CLion and QtCreator IDEs.
Visual Studio and Windows are untested and may require additional setup.
Samples
minimal | triangle-1 |
---|---|
triangle-2 | cube-1 |
---|---|
cube-2 | texture-1 |
---|---|
texture-2 | texture-3 |
---|---|
geoshader-1 | geoshader-2 |
---|---|
geoshader-3 | geoshader-4 |
---|---|
tessellation-1 | tessellation-2 |
---|---|
tessellation-3 | tessellation-4 |
---|---|
fbo-1 | instancing-1 |
---|---|
particles-1 | particles-2 |
---|---|
deferred-1 | blur-1 |
---|---|
shadows-1 | shadows-2 |
---|---|