OpenGL Tutorial 2.1: Transformations

Jun 27, 2015
So in the last tutorial, we setup our camera and cube and rendered the cube to the screen. Rendering a cube is nice but let’s start moving it around. (The source code can be found here.) Most if not...

OpenGL Tutorial 2: Rendering a Cube

Jun 23, 2015
So as stated in the previous tutorial, these first few lessons are going to cover a decent amount, so we can get to the more exciting parts of OpenGL and GLSL. In this tutorial, we will be positioning...

OpenGL Tutorial 1: Drawing a Triangle

May 30, 2015
This is hopefully the first in what will be a weekly series of OpenGL tutorials. While I have not decided on a direction of where this is going, hopefully you can come back next week and learn some ne...

Beginner’s Procedural Generation

May 27, 2015
Beginner’s Procedural Generation At first when I was creating the blog, I figured that I would be writing mostly about graphics or using game development tools since I tend to work with both a b...