Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Images rendered as inline output #848

Closed
lukepuplett opened this issue May 16, 2019 · 3 comments
Closed

Feature request: Images rendered as inline output #848

lukepuplett opened this issue May 16, 2019 · 3 comments
Labels
Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.

Comments

@lukepuplett
Copy link

Back in the XAML days and when I first learned PowerShell, I fantasized about being able to write a little control that would take some inputs and render a graphic, and then perhaps even stream into that control and have the graphic change in realtime.

Imagine a little chart printed out in the console as the result of a command. People could write little graphical widgets and package them up.

A bit like Out-Grid in PowerShell but a little rectangle graphic would pop out in the console itself on the next line. Today we have Jupyter Notebooks which are a similar idea.

I guess this could be done with SVG today?

Perhaps if SVG can be rendered inline within a bounding rect and if the SVG source markup can be referenced and updated and then dynamically the UI redraws, then people will figure out a way to build up the pieces from other stuff already out there.

Or perhaps printing bitmap/rasters into the console is all that's needed, so long as the source bitmap can be dynamically updated (to animate it), and then the vector rasterization part is something pluggable in the pipeline before it.

@mKay00
Copy link
Contributor

mKay00 commented May 16, 2019

I guess you mean something like #448?

@lukepuplett
Copy link
Author

:-O yes! Thanks. Can close as dupe.

This: rs/jplot#6

@lukepuplett
Copy link
Author

Closing as a duplicate.

@DHowett-MSFT DHowett-MSFT added the Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing. label May 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.
Projects
None yet
Development

No branches or pull requests

3 participants