OpenSCAD

@openscad.bsky.social

Over the last couple of month, people have been working on extending #OpenSCAD to finally support color for the rendered 3D meshes. not just in preview. The base of all this is the new geometry engine Manifold, so this needs to be selected in Preferences.

Screenshot exporting a file called CSG-modules.3mf as shown in the file selection dialog. In the background the colored 3D model of the example "CSG modules" is open showing the scad source code with very small font and the model explaining union/intersection and difference using green for the unioned cylinder, red and blue for the intersected cube and sphere. Between the different parts are thin black cylinders visualizing the tree nature of the operations.Screenshot of OpenSCAD with just a single line in the editor importing a file called "CSG-modules.3mf". The result shown in the 3D view is the colored display of that model from the examples looking exactly the same as when it's generated from the example source code, including all the colors.