Re: [Haskell-cafe] Haskell-Cafe Digest, Vol 154, Issue 27

Re: up-to-date glfw examples (briand@aracnet.com) Hey, Brian Here's a bare-bones example of modern OpenGL(4.5) (VBO's, vertex/fragment shaders), using GLFW-b to handle windows/input and Yampa for animation. Shader-loading is handled by Sven Panne's code: https://github.com/madjestic/Haskell-OpenGL-Tutorial/tree/master/Mandelbrot-... Cheers, Vlad

On Sat, 2 Jul 2016 00:11:02 +0200
Vlad Lopatin
Re: up-to-date glfw examples (briand@aracnet.com)
Hey, Brian
Here's a bare-bones example of modern OpenGL(4.5) (VBO's, vertex/fragment shaders), using GLFW-b to handle windows/input and Yampa for animation. Shader-loading is handled by Sven Panne's code: https://github.com/madjestic/Haskell-OpenGL-Tutorial/tree/master/Mandelbrot-...
Yes i did find those examples in my searching. Very helpful. Thank you, Brian
participants (2)
-
briand@aracnet.com
-
Vlad Lopatin