Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

A basic OpenGL Haskell application. A "Hello World" of Haskell OpenGL.
Extended with basic callbacks and drawing functions.

  1. ESC to close the window
  2. Resize call back to redraw the opengl context when the application window is resized.
  3. Draws 2 triangles with red background