-
Add 3d bezier surfaces.
-
Fix the distance function for non-linear extrusions. E.g. screws.
-
Generate smaller/better STL files. See issue #6
-
Add the ability to extrude a 2d SDF along a curve.
-
Add faster evaluation of the SDF for 2d polygons.
-
Add faster evaluation of the SDF for 3d polygons (triangle meshes). See issue #14.
-
Make the public API of all packages small. Don't make public symbols that do not need to be.
-
Add more error returns. All SDF generating functions should return an error, typically used to indicate bad parameters. These errors should be propagated to the ultimate caller.
-
Panics should be used to indicate fundamental code problems - not just bad parameters.