-
Notifications
You must be signed in to change notification settings - Fork 205
vg: consider adding a Gio-backed canvas #627
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
Comments
Agreed! |
Update: Gio is missing a few things just yet (I have added that list to the issue). in the meantime, one could do the same trick than what I did for |
FYI, giocanvas has a not-quite working version of arcs: https://github.com/ajstarks/giocanvas/blob/master/giocanvas.go Lines 522-586 |
here is what it could look like: |
I recently started work on a toy project to do interactive plotting here. Currently it just writes the resulting plot to a file which is monitored by another program, but Gio would be welcomed addition for native support. By interactive I'm referring to the modify->display feedback cycle, not interactivity of the plot itself. |
Both of these are very valuable. |
so, would the submission of a having used my |
I think so. |
* vg/vggio: first import of a Gio-backed canvas Updates #627.
since not ready yet but it's starting to look somewhat ok. (if you don't need to draw any line, that is...) |
with |
with |
with |
Uh oh!
There was an error while loading. Please reload this page.
x/exp/shiny
seems... not particularly maintained.but there is a new kid in town: Gio.
and @ajstarks just created a canvas API on top of that:
(it'd be great to also have some kind of plot interactivity built on top of that...)
The text was updated successfully, but these errors were encountered: