]> Pileus Git - grits/commit
Add GL bindings example program
authorAndy Spencer <andy753421@gmail.com>
Sat, 18 Jun 2011 22:16:27 +0000 (22:16 +0000)
committerAndy Spencer <andy753421@gmail.com>
Sat, 18 Jun 2011 22:16:27 +0000 (22:16 +0000)
commitc1a7ca70d4397831cd24d6fcc544d276ae203c3b
treef118cbe5a4a087860883110dc92fc4a2278722d5
parent6c98281f93edb654fdf1586f8c3cfed811457e3e
Add GL bindings example program

Basic standalone program that draws a circle using:
  - Cairo
  - GktGLExt
  - GLX (X11)
  - WGL (Win32)
  - CGL (Mac OS, not implemented)
examples/gl/gl.c [new file with mode: 0644]
examples/gl/mkfile [new file with mode: 0644]