You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*(a) OpenVCAD software render of the multi-material lattice-filled Stanford Bunny; (b) physical artifact printed on a Stratasys J750 printer; and (c) close-up view detailing graded internal lattice structures. Strut color is a function of strut length. The bunny is comprised of 3,289 unique struts.*
31
+
32
+
### Inkjet 3D Printed Medical Scan
33
+

34
+
*Real world patient scan ata processed with OpenVCAD and printed on Inkjet 3D Printer*
35
+
36
+
---
37
+
20
38
## 📚 Publications
21
39
22
40
OpenVCAD is an active research project developed by the [Matter Assembly Computation Lab](https://www.colorado.edu/lab/matterassembly/) at CU Boulder.
@@ -29,11 +47,53 @@ OpenVCAD is an active research project developed by the [Matter Assembly Computa
29
47
30
48
---
31
49
50
+
## How OpenVCAD Works
51
+
52
+
1.**Modeling** – Use the `pyvcad` Python package to create a hierarchical tree of geometry + material nodes.
53
+
2.**Compilation** – Run an OpenVCAD compiler module to convert the model into volumetric data.
54
+
3.**Export** – Output formats include PNG stacks for inkjet printing, FEA meshes for simulation, and meshes for FFF printing.
55
+
56
+
Key capabilities:
57
+
58
+
-**Material transitions** – Gradual changes in material properties within one object.
59
+
-**Fully implicit representation** – Geometry *and* material are expressed implicitly, scaling to hundreds of billions of voxels.
60
+
-**Digital alloying** – Combine materials at a fine scale for intricate compositions.
61
+
-**Blending** – Convolution-based smoothing across complex material interfaces.
62
+
-**Image-based processing** – Drive material distributions from images (e.g., medical scans).
|**Visualization**| Surface and volumetric previews |
83
+
84
+
---
85
+
86
+
## What OpenVCAD **Is Not**
87
+
88
+
OpenVCAD is **not** a voxel-by-voxel design tool. While it can emit voxel data, design is done implicitly with high-level math expressions that scale to extremely large builds (e.g. Inkjet 3D printing).
*(a) OpenVCAD software render of the multi-material lattice-filled Stanford Bunny; (b) physical artifact printed on a Stratasys J750 printer; and (c) close-up view detailing graded internal lattice structures. Strut color is a function of strut length. The bunny is comprised of 3,289 unique struts. *
74
-
75
-
### Inkjet 3D Printed Medical Scan
76
-

77
-
*Real world patient scan ata processed with OpenVCAD and printed on Inkjet 3D Printer*
78
-
79
-
---
80
-
81
123
## 📄 License
82
124
83
125
OpenVCAD is released under a **non-commercial open-source license**.
0 commit comments