gfx-workshops icon indicating copy to clipboard operation
gfx-workshops copied to clipboard

Materials for intro graphics programming workshops, using C++ and OpenGL.

gfx-workshops

Materials for intro graphics programming workshops, using C++ and OpenGL. Supports Windows, Mac, and Linux.

Build instructions

  1. Install the matching flavor of CMake for your system.
  2. Run the CMake GUI app.
    1. For "Where is the source code" and "Where to build the binaries", put the path to this repository. All other options can be left at their defaults.
    2. Click "Configure". If this is the first time running CMake, it'll ask you which compiler and IDE you want to use (it autodetects what's installed on your system).
    3. Click "Generate". This should produce project files for the selected IDE.
  3. Load the project files in your IDE, and build and run the project!

Slides

Here are the slides from the workshop we hosted on August 3, 2016 in Seattle.