Haskell-Things / ImplicitCAD

A math-inspired CAD program in haskell. CSG, bevels, and shells; 2D & 3D geometry; 2D gcode generation...
https://implicitcad.org/
GNU Affero General Public License v3.0
1.32k stars 140 forks source link

Adding more primitives #471

Closed lepsa closed 7 months ago

lepsa commented 7 months ago

Adding a couple more primitives and tests.

Box frame and link come from https://iquilezles.org/articles/distfunctions/

julialongtin commented 7 months ago

Can we get a followup PR including the two new golden tests? thanks. :)

julialongtin commented 7 months ago

While we're at it, mind adding a Changelog entry?

sorki commented 7 months ago

These look quite cool in golden tests, thanks!