My goal was to reinvent a program like Inkscape or Adobe Illustrator. These were the ideas I wanted to explore:
The end result is that I ran out of time and didn't finish implementing either idea. Currently, the editor allow only drawing shapes and color selection.
I made this submission as proof that I participated in the jam, but there's nothing interesting to see here until I finish implementing the ideas above. I hope to continue working on the code and finish a complete prototype by the end of this week.
https://github.com/timothy-barnes-2357/line-decker
Here is a short demonstration video. The "horizontal blinds opening" effect is due to software rendering the scene with different threads working on groups of scanlines.
I don't know exactly what the issue is, but even though SetSwapInterval is set to 1, the application render as fast as possible:
The ideas you're building your vector editor around are definitely interesting and I'm curious to see where else you could take them.
Is the intent of the "cutting" behavior to allow you to blend between overlapping shapes? That would definitely be an interesting effect and I could see it being useful in some places. I do think I would want shapes to simply overlap sometimes, but blending would also be a useful operation to have.