rramsden / opengl_book

Examples from OpenGLBook.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenGL Book Examples

I am currently learning OpenGL by reading "The OpenGL Book" available online at http://openglbook.com

This repository contains sample code for each of the chapters.

Building on OSX

Install dependencies:

brew install glfw3

Build the project:

# generate makefile for your platform
cmake .

# build examples
make

Run an example:

./build/chapter_1

Building Windows & Linux

TODO when I have the time

About

Examples from OpenGLBook.com


Languages

Language:C++ 94.8%Language:CMake 2.3%Language:C 2.1%Language:GLSL 0.8%