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

From apm
Jump to: navigation, search
(added elm-csg)
(section == Relates ==)
Line 32: Line 32:
  
 
[[Category:Pages with algorithms]]
 
[[Category:Pages with algorithms]]
 +
 +
== Related ==
 +
 +
* [[Costructive solid geometry]]
 +
* [[Software]]

Revision as of 08:28, 21 June 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