← HomeLogin
Geometrize web demo - geometrizing images into geometric primitives
~devcomputer graphicsimagestoolsweb.demos
www.samcodes.co.uk 3 weeks ago

Summary

This webpage uses the Geometrize Haxe library to transform images into shapes. It's a demo for Geometrize, my open source desktop app designed for recreating images as geometric primitives.

Given an image to recreate, Geometrize generates hundreds of random shapes, and repeatedly mutates these as part of a hillclimbing optimization approach. Internally, this demo uses a web worker so the webpage remains responsive while the geometrization algorithm ranks thousands of these shapes behind the scenes, only picking the best-fitting shapes for use in the final image.