28 December 2019
A New Release
Releasing my first proper open source lib
It's a port
So I released delaunator-cljc today =)...
It's ugly as heck atm, but I’ve been wanting a half decent implementation in this space that I can wrap my head around =)...
I'm really unfamiliar with doing this kind of 2d geometry so I thought I'd spend some of the Christmas break getting more familiar with it.
I figured taking an existing library and porting it into clojure-land would be a good starting point.
It's surprisingly easy to create bugs in this space, I'm still finding stupid mistakes that I made and everything is much slower than I was expecting it to be.
I'll need to spend some time working out how to tinker with performance here.