From 9a58ffc38cfcc982dcbf57564667b492aab0a0fa Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Tue, 8 Dec 2020 17:54:29 +0800 Subject: [PATCH] update README --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index eb4cc707..08d3857f 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,30 @@ These examples incubate dotSCAD and dotSCAD refactors these examples. See [examp ---- +## 2.5 Preview + +### 2D Module + +- polygon_hull + +### 3D Module + +- polyhedron_hull + +### Path + +- curve +- bauer_spiral +- fibonacci_lattice + +### Voxel + +- vx_contour +- vx_bezier +- vx_curve + +---- + ## Bugs and Feedback For bugs, questions and discussions please use the [Github Issues](https://github.com/JustinSDK/dotSCAD/issues).