Skip to content

YPares/Haskell-OpenGL3.1-Tutos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

These tutorials are "loose" haskell ports of those available at http://www.opengl-tutorial.org

"Loose", because :

  • My ports use OpenGL 3.1, instead of the original 3.3 (the laptop I'm using only has an Intel HD3000 chipset).
  • When Haskell allows me to take shortcuts (i.e. reduce the verbosity), then I do take them.
  • I use the Haskell Vec library for the linear computations, not glm (Vec uses ROW-major matrices! Don't forget to tell OpenGL that, or you'll end up like me with nasty bugs).

TODO: Code equivalent tutos using OpenGL (not Raw) + vinyl-gl?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published