Skip to content

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

License

Notifications You must be signed in to change notification settings

Reedbeta/gfx-workshops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published