Submissions from 2015-05-20 to 2015-05-27 (1 total)

I've been working towards vector path tracing this week. This includes island detection, a marching squares implementation, and Ramer-Douglas-Peucker path simplification. My next plan is to decompose the vector paths into convex shapes; then I will be able to convert raster graphics into 2D physics objects.

https://github.com/triplefox/libpainter