Hacker News new | ask | show | jobs
by nzjrs 2790 days ago
I'm struggling to find again a c++ implementation of this I saw on github a while back. Does HN the hive mind remember?
3 comments

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.

I was just poking through some of the code and noticed that there seem to a lot of open bugfix PRs [1]. Have you thought about going through and upstreaming some of them? Many of them seem like quick reviews.

Edit: Also, if you would like some help maintaining it, I imagine plenty of fellow HN-ers (including me) would love to help.

[1] https://github.com/fogleman/primitive/pulls?q=is%3Aopen+is%3...

I noticed the PRs too. Looks like one of the people submitting them has also been maintaining their own branch[1] with a bunch merged.

[1] https://github.com/bmaltais/primitive

And here is the original post by the author https://news.ycombinator.com/item?id=12539109
Resistance is futile, you will be assimilated. (sorry couldn't resist, and don't know where the c++ implementation is)