←back to thread

168 points mindbrix | 2 comments | | HN request time: 0.001s | source
Show context
mindbrix ◴[] No.45090554[source]
I've been working on this problem on and off for over 10 years.

AMA ;-)

replies(10): >>45135183 #>>45135904 #>>45136129 #>>45136397 #>>45136649 #>>45137089 #>>45137395 #>>45138275 #>>45138939 #>>45140931 #
1. andai ◴[] No.45138275[source]
This project made me happy. You mentioned Flash as an inspiration. Have you looked at how Ruffle is handling vector art?

From what I recall they are converting it to triangles. Your solution (curves in the shaders?) seems both cheaper and more accurate, so I'm wondering if they could use it!

replies(1): >>45147599 #
2. mindbrix ◴[] No.45147599[source]
Ruffle is cool. From pixel inspecting the demo, it looks like they are using triangle fans with stencil & cover + MSAA, which was how I started!