You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
orJuicyPixels
, 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.The text was updated successfully, but these errors were encountered: