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

From apm
Jump to: navigation, search
(Related)
m (Misc: 2 blender entries)
Line 29: Line 29:
 
* OpenCASCADE (B-Rep, C++) [https://en.wikipedia.org/wiki/Open_Cascade_Technology (wikipedia)]
 
* OpenCASCADE (B-Rep, C++) [https://en.wikipedia.org/wiki/Open_Cascade_Technology (wikipedia)]
 
* JSCAD [https://github.com/jscad/OpenJSCAD.org (github)]
 
* JSCAD [https://github.com/jscad/OpenJSCAD.org (github)]
 +
* blender python scripting
 +
* blender animation nodes generated via scripting
 +
----
 
* BRL-CAD (C++, CSG) [https://brlcad.org/ (landing page)] [https://en.wikipedia.org/wiki/BRL-CAD (wikipedia)]
 
* BRL-CAD (C++, CSG) [https://brlcad.org/ (landing page)] [https://en.wikipedia.org/wiki/BRL-CAD (wikipedia)]
  

Revision as of 17:59, 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