Difference between revisions of "List of programmatic 3D modelling tools"

From apm
Jump to: navigation, search
(added CadQuery and AO predecessor of libfive)
Line 46: Line 46:
 
* [[Software]]
 
* [[Software]]
 
* [[List of molecular modeling software supporting crystolecules]]
 
* [[List of molecular modeling software supporting crystolecules]]
 +
 +
[[Category:Programming]]

Revision as of 12:58, 11 July 2023

This article is a stub. It needs to be expanded.

Up: Constructive solid geometry

Code: DSL libraries for CSG, CSG software, ...

Interestingly OpenSCAD ...

  • ... is a 100% pure/denotative/side-effect-free by design. But as of 2021 it ...
  • ... is not a higher order functional language with functions as "first class citizens".

There are quite a few copycat projects of OpenSCAD around.
Unfortunately they all seem to fail to implement a hard guarantee on code purity – (inheriting impurity from their substrate language).
Beyond OpenSCAD of the software artifacts listed here only implicitcad can give hard guarantees on purity (there enforced by types).
Related: Relations of APM to purely functional programming



Misc





Related