Live data from Hacker News

Primitive – recreate your photos with vector-based geometric primitives

primitive.lol

1–10 of 24 posts

Re: Primitive – recreate your photos with vector-based geometric primitives

#4
post #3

I'm struggling to find again a c++ implementation of this I saw on github a while back. Does HN the hive mind remember?

Resistance is futile, you will be assimilated. (sorry couldn't resist, and don't know where the c++ implementation is)

Re: Primitive – recreate your photos with vector-based geometric primitives

#5
post #3

I'm struggling to find again a c++ implementation of this I saw on github a while back. Does HN the hive mind remember?

The core of Primitive is open source, written in Go.

https://github.com/fogleman/primitive

Only the UI is closed source. It's written in Objective-C and basically shells out to the Go code.

Re: Primitive – recreate your photos with vector-based geometric primitives

#8
An unexpected benefit of Primitive is that it helps create really cool animations (both by screen-recording the Primitive app as it renders the shapes for the image, and by working with SVG animation libraries on the web).

I played around with it a couple years ago (https://minimaxir.com/2016/12/primitive/) and it worked out surprisingly well.

Post reply on HN