hingler36
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: Writing a 3D Printing Slicer from Scratch (akintokinematics.com)
I feel like it's easy to have an intuitive understanding of how slicers work, but I wanted to challenge that by taking that understanding and trying to turn it into something that can actually process geometry into a…
- Show HN: GJK Collision Detection in Any Dimension (codeberg.org)
Hey HN! I created a library that extends GJK-based collision to higher dimensions. This approach unifies the math for computing the distance to the origin for any simplex in any dimension. Main link is to the library…