fluidcad 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="
|
|
2
|
+
<img src="https://fluidcad.io/img/logo.png" alt="FluidCAD Logo" width="120" />
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<h1 align="center">FluidCAD</h1>
|
|
@@ -38,7 +38,7 @@ A modeling workflow that feels familiar to users of mainstream CAD software -- s
|
|
|
38
38
|
Navigate through your modeling history step by step. Review how any model was built and roll back to any point in the feature tree.
|
|
39
39
|
|
|
40
40
|
<p align="center">
|
|
41
|
-
<img src="
|
|
41
|
+
<img src="https://fluidcad.io/img/history.gif" alt="FluidCAD History" />
|
|
42
42
|
</p>
|
|
43
43
|
|
|
44
44
|
### Interactive Prototyping
|
|
@@ -46,7 +46,7 @@ Navigate through your modeling history step by step. Review how any model was bu
|
|
|
46
46
|
Some operations support interactive mouse-driven input directly in the viewport, letting you prototype faster without writing every parameter by hand.
|
|
47
47
|
|
|
48
48
|
<p align="center">
|
|
49
|
-
<img src="
|
|
49
|
+
<img src="https://fluidcad.io/img/region-extrude.gif" alt="FluidCAD Region Extrude" />
|
|
50
50
|
</p>
|
|
51
51
|
|
|
52
52
|
### Feature Transforms
|
|
@@ -75,7 +75,7 @@ repeat("linear", ["x", "y"], {
|
|
|
75
75
|
|
|
76
76
|
```
|
|
77
77
|
<p align="center">
|
|
78
|
-
<img src="
|
|
78
|
+
<img src="https://fluidcad.io/img/repeat.png" alt="FluidCAD Repeat Feature" />
|
|
79
79
|
</p>
|
|
80
80
|
|
|
81
81
|
|
|
@@ -92,7 +92,7 @@ Most operations just do the right thing without extra arguments. `extrude` picks
|
|
|
92
92
|
Import and export STEP files with full color support. Bring in existing CAD models or share your designs with any standard CAD tool.
|
|
93
93
|
|
|
94
94
|
<p align="center">
|
|
95
|
-
<img src="
|
|
95
|
+
<img src="https://fluidcad.io/img/step-import.png" alt="FluidCAD Step Import" />
|
|
96
96
|
</p>
|
|
97
97
|
|
|
98
98
|
### Use Your Favorite Editor
|