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

Create the arcs-core crate #26

Closed Michael-F-Bryan closed 4 years ago

Michael-F-Bryan commented 4 years ago

Pull the central geometric primitives and algorithms out into their own crate.

This also removes the WebAssembly demo. I wasn't really impressed with how I'd implemented it in the past and I hit several compile errors when updating to arcs-core... so instead of fixing them, I just deleted it :stuck_out_tongue: