Is there any way to draw some waveform diagrams #3740
Unanswered
Crazy-Creeper
asked this question in
Q&A
Replies: 1 comment
-
We don't have builtin API for drawing arbitrary vector paths, but you can do it with pixels and a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have two ideas, the first one is to draw a chart based on the coordinate points filled in, and the second one is to draw a chart by dragging the mouse. I'm wondering if there is a way to render irregular shapes, and if the second approach is feasible.
Beta Was this translation helpful? Give feedback.
All reactions