thegrandpoobah / voronoi

Weighted Voronoi Stippler
http://www.saliences.com/projects/npr/stippling/index.html
MIT License
58 stars 25 forks source link

Parallelize CPU Renderer #3

Closed thegrandpoobah closed 12 years ago

thegrandpoobah commented 13 years ago

The CPU renderer is single threaded even though the work is embarrassingly parallel. The rendering code path should be optimized to use all available computation cores on the system.

thegrandpoobah commented 12 years ago

Fixed by the last check-in.