haskell/play-haskell

Graphical output

Opened this issue · 0 comments

It would be nice to somehow be able to have some easy graphical output in the playground. This makes experimentation much more satisfying, especially for beginning programmers.

Ideas could be to provide hooks to display output from some existing graphics library like diagrams or JuicyPixels, or to design some custom graphics API. An idea for communicating the graphical output to the playground could be to just output a BMP,or an SVG on stdout.