Blog articles/Graphics
From HaskellWiki
< Blog articles(Difference between revisions)
| (32 intermediate revisions not shown.) | |||
| 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=== | ||
* [http://myawesomeblag.blogspot.com/2007/03/opengl-tetris-in-haskell.html OpenGL tetris in Haskell] | * [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 == | == 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] | * [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:Graphics Graphics libraries on Hackage] | ||
[[Category:Tutorials]] | [[Category:Tutorials]] | ||
Current revision
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
- OpenGL programming in Haskell - a tutorial (part 1), part 2
2 Further reading
- See the Games category of applications.
- Graphics libraries on Hackage
