Tools Page

PhD is hard. COVID-19 sucks. I started a staff-wiki-page listing development tools then decided that it should be here too.

Git Flow

In which I briefly pontificate on the Git-Flow Workflow.

OpenGL-Vertex-Array-Objects

OpenGL introduced yet-another object in the form of the “Vertex Array Object” to carry (in effect) the vertex format data. Here’s an example of how to create an OpenGL4.3+DSA Vertex Array Object.

Scala Maybe

I wrote a Maybe (a lazy Option[T]) that I can use in Scala.