-
Notifications
You must be signed in to change notification settings - Fork 56
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
Canvas to draw on #9
Comments
I'm excited about this feature. I augmented the box drawing feature for a small demo: https://twitter.com/R_Dimm/status/1305251396669800448 I don't know javascript but potentially this might serve as inspiration: https://github.com/andfanilo/streamlit-drawable-canvas they had a similar usecase but in python. I'd be happy to take a stab at this feature someone can help specify the requirements. |
Sorry I already kind of wrote this myself: 🙂 |
Super. Keep up the great work! |
@dpsanders asked for that once |
Create another issue to track it? |
yep! |
Hi @fonsp what's the scene on this issue? Is it just a matter of someone formalizing your code? |
WIP at #234! |
@fonsp this thread and examples have been helpful! |
This can be based on the rectangle drawing demo in the Interactivity sample notebook inside Pluto.
Speed might not be great yet, but this should improve a lot once Pluto uses MsgPack instead of JSON.The text was updated successfully, but these errors were encountered: