luqui / graphics-drawingcombinators

Combinators for drawing 2D shapes and images in Haskell (using OpenGL)
32 stars 16 forks source link

Change GLFW.initialize to GLFW.init in example #10

Open dramforever opened 10 years ago

dramforever commented 10 years ago

At least here GLFW-b doesn't have GLFW.initialize, but there is a GLFW.init which I think that you can use.

dramforever commented 10 years ago

by the way GLFW.openWindow is also missing, maybe GLFW.createWindow?