this post was submitted on 16 Aug 2026
38 points (73.2% liked)

Open Source

48530 readers
690 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 7 years ago
MODERATORS
38
Open CAD Studio (open-aec.com)
submitted 2 days ago* (last edited 2 days ago) by myusername@lemmy.ml to c/opensource@lemmy.ml
 

A full-featured 2D + 3D CAD application built in Rust with GPU-accelerated rendering. Native DWG & DXF read and write, paper space, ACIS solids, dimensions, layouts. An open source community project by Hakan Seven, recognized and promoted by the OpenAEC Foundation.

you are viewing a single comment's thread
view the rest of the comments
[–] helix@feddit.org 3 points 18 hours ago

Maybe you can reduce the $fn parameter while you arrange your models and increase it once you're done? That's the most common thing I encountered.

There are some config flags you can set which might improve render times, maybe play around a little.

All in all it will take a long time to create meshes because most of the compute is done on CPU. For me it's very fast once it's done rendering, so I try not to render too often.