haskell / play-haskell

Haskell Playground
129 stars 8 forks source link

Graphical output #8

Open tomsmeding opened 1 year ago

tomsmeding commented 1 year ago

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.