0.16.0 Release! #23
Pinned
timschmidt
announced in
Announcements
Replies: 1 comment 4 replies
-
Congratulations with this release! I am a frequent user of OpenSCAD and Rust, so programmatic CSG in Rust is a dream :D I have recently been using |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Our biggest release yet!
csgrs now has fully functional 2D and 3D subsystems!
The all new 2D subsystem is built around https://crates.io/crates/geo which supports several geometry types including MultiPolygons with holes, and has allowed for drastically improved extrude geometry. The shape library has also grown tremendously! Translate has a new shorthand using Reals instead of a Vector3. xor has been implemented for 3D shapes. TrueType glyphs are now available as paths and polygons. Many bugs have been fixed. I'm sure there are still a lot, but there's lots to love too!
As always the latest release is available from crates.io: https://crates.io/crates/csgrs
I'd like to thank https://github.com/ArchiyouApp for becoming a Github sponsor for csgrs. My next sponsorship goal is to get to 10 sponsors for the project. Please lend a hand if you can.
Beta Was this translation helpful? Give feedback.
All reactions