Blog articles/Graphics
From HaskellWiki
(Difference between revisions)
m |
|||
| Line 7: | Line 7: | ||
* [http://www.alpheccar.org/en/posts/show/69 IFS In Haskell] | * [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=== | ===OpenGL=== | ||
| Line 14: | Line 15: | ||
* [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://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://metavar.blogspot.com/2008/01/opengl-programming-with-haskell.html OpenGL programming with Haskell] | ||
| - | |||
== Further reading == | == Further reading == | ||
Revision as of 21:48, 16 April 2008
Contents |
1 Graphics
1.1 Ray tracing
1.2 Fractals
- IFS In Haskell
- Fractals with Haskell-GD
- Drawing fractals in Haskell with a cursor graphics DSEL and a cute list representation
1.3 OpenGL
- OpenGL tetris in Haskell
- Octane Mech
- Visualizing 2D convex hull using Gtk and OpenGL in Haskell
- Using OpenGL's blending to visualize congestion in convex routing
- OpenGL programming with Haskell
2 Further reading
- See the Games category of applications.
- Graphics libraries on Hackage
