Difference between revisions of "Blog articles/Graphics"

From HaskellWiki
Jump to navigation Jump to search
 
 
(35 intermediate revisions by 8 users not shown)
Line 1: Line 1:
=== Graphics ===
+
== Graphics ==
   
  +
===Ray tracing===
* [http://www.alpheccar.org/en/posts/show/69 IFS In Haskell]
 
 
* [http://playtechs.blogspot.com/2007/04/raytracing-on-grid-in-haskell.html Raytracing on a grid in Haskell]
 
* [http://playtechs.blogspot.com/2007/04/raytracing-on-grid-in-haskell.html Raytracing on a grid in Haskell]
  +
  +
===Fractals===
 
* [http://www.alpheccar.org/en/posts/show/69 IFS In Haskell]
 
* [http://scsibug.com/2007/04/21/mandelbrot-hs/ Fractals with Haskell-GD]
 
* [http://scsibug.com/2007/04/21/mandelbrot-hs/ Fractals with Haskell-GD]
  +
* [http://www.kennknowles.com/blog/2008/04/16/drawing-fractals-in-haskell-with-a-cursor-graphics-dsel-and-a-cute-list-representation/ Drawing fractals in Haskell with a cursor graphics DSEL and a cute list representation]
  +
  +
===OpenGL===
  +
* [http://myawesomeblag.blogspot.com/2007/03/opengl-tetris-in-haskell.html OpenGL tetris in Haskell]
  +
* [http://berlinbrowndev.blogspot.com/2007/09/octane-mech-opengl-haskell-based-mech.html Octane Mech]
  +
* [http://www.kennknowles.com/blog/2007/11/20/visualizing-2d-convex-hull-using-gtk-and-opengl-in-haskell/ Visualizing 2D convex hull using Gtk and OpenGL in Haskell]
  +
* [http://www.kennknowles.com/blog/2008/03/23/using-opengls-blending-to-visualize-congestion-in-convex-routing-in-haskell/ Using OpenGL's blending to visualize congestion in convex routing]
  +
* [http://metavar.blogspot.com/2008/01/opengl-programming-with-haskell.html OpenGL programming with Haskell]
  +
* [http://blog.mikael.johanssons.org/archive/2006/09/opengl-programming-in-haskell-a-tutorial-part-1/ OpenGL programming in Haskell - a tutorial (part 1)], [http://blog.mikael.johanssons.org/archive/2006/09/opengl-programming-in-haskell-a-tutorial-part-2/ part 2]
  +
  +
== Further reading ==
  +
  +
* See the [[Applications_and_libraries/Games|Games]] category of applications.
  +
* [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:Graphics Graphics libraries on Hackage]
  +
  +
[[Category:Tutorials]]

Latest revision as of 05:16, 14 January 2009