Michael-F-Bryan / arcs

A Rust CAD System
https://michael-f-bryan.github.io/arcs
Apache License 2.0
253 stars 22 forks source link

How does this compare/relate to the FreeCAD project? #31

Closed mavavilj closed 2 years ago

mavavilj commented 2 years ago

How does this compare/relate to the FreeCAD project?

Michael-F-Bryan commented 2 years ago

FreeCAD is a GUI CAD package, while arcs is just a CAD engine with no real GUI component. It's the library a CAD package might use to manage drawing objects and their relations, and render those objects to a canvas.