Matt Ferraro

Results 34 issues of Matt Ferraro

I'm sure we'll need more and I'm sure a real designer could do better. This is just a basic set to get us started!

I was able to generate a Cylinder Mesh using this code: ```rust use truck_meshalgo::tessellation::{MeshableShape, MeshedShape}; use truck_modeling::builder::{rsweep, try_attach_plane, tsweep, vertex}; use truck_modeling::{Point3, Vector3}; use truck_polymesh::{obj, EuclideanSpace, Rad}; fn main() {...

Here is an example script: ```rust use truck_meshalgo::tessellation::{MeshableShape, MeshedShape}; use truck_modeling::builder::{rsweep, try_attach_plane, tsweep, vertex}; use truck_modeling::{Point3, Vector3}; use truck_polymesh::{obj, Rad}; use truck_shapeops::{and, or}; fn main() { // Make a cube...

Hello, I just wanted to reach out as a courtesy and say that I wrote a big article about the future of CAD programs. You can read it [here](https://mattferraro.dev/posts/cadmium). This...