Josh's blog
Programming tidbits and other things I like...
Introducing ai_kit
I'm open-sourcing a library I've been working on!
For various side projects, I found myself reusing the same snippets
of AI code. I put them in one place and decided to finally open source it!
It's still very much a work in progress, but I think it's somewhat functional,
and core APIs are stable. The primary goal is to build an extensibe, performant and ergonomic library that implements classic AI algorithms!
Here it is:
ai_rs