-
EDIT: I would like to use Has anyone figured out if it's possible and how to do it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 14 replies
-
It's 'sniprun' haha outputting a png is definitely not supported, and to even embed it in your terminal would require support and special integration with that terminal application. ASCII is in the realm of the possible. Do you know of any (command-line) application that converts a file containing a valid plantulm diagram into some ascii representation ? If so, the Generic interpreter can most likely be configured to use that. In addition, if you don't like sniprun's display modes (which may not be a perfect fit for displaying ascii figures), you may have to write your own output code using the API display mode Good luck |
Beta Was this translation helpful? Give feedback.
It's 'sniprun' haha
outputting a png is definitely not supported, and to even embed it in your terminal would require support and special integration with that terminal application.
ASCII is in the realm of the possible. Do you know of any (command-line) application that converts a file containing a valid plantulm diagram into some ascii representation ?
If so, the Generic interpreter can most likely be configured to use that.
In addition, if you don't like sniprun's display modes (which may not be a perfect fit for displaying ascii figures), you may have to write your own output code using the API display mode
Good luck