📰 Constructive Solid Geometry News
Constructive Solid Geometry News Today
Fast, Ad-Free News Updates
Stay updated with breaking news from Constructive Solid Geometry. Real-time updates on events, politics, business and more.
February 10, 2022
TL;DR: OpenSCAD users: download a nightly build & enable fast-csg in settings for 10x faster render (YMMV). Make your models more ambitious and report is...
February 17, 2021
sdf library in a Python virtualenv. git clone https://github.com/fogleman/sdf.git cd sdf virtualenv env . env/bin/activate pip install -e . Confirm that it works: You can skip the installation if you always run scripts that import sdf from the root folder. File Formats sdf natively writes binary STL files. For other formats, meshio is used (based on your output file extension). This adds support for over 20 different 3D file formats, including OBJ, PLY, VTK, and many more. Viewing the Mesh Fin...