Basic image editor
I’ve implemented a vector drawing editor with smooth curves and pressure sensitivity, and I created a worker to process the updated canvas after every stroke to convert it into glyphs.
I intend to implement color support and layers later.
I want the glyph rendering to be real-time, so I have a lot of optimization work to do.
The video looks a bit choppy because I’m using a tablet laptop that has a very low detection range for its drawing pen. So the cursor teleports.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.