WillAdams
(William Adams (Carbide 3D))
April 30, 2020, 11:00pm
1
or something.
Currently looking into CADquery which is a jquery-inspired system for doing parametric design β since I first came across it has made some notable strides:
and researching that led me to a subreddit on parametric design which in turn led to one on procedural grammars which led to one on L-systems:
An L-system or Lindenmayer system is a parallel rewriting system and a type of formal grammar. An L-system consists of an alphabet of symbols that can be used to make strings, a collection of production rules that expand each symbol into some larger string of symbols, an initial "axiom" string from which to begin construction, and a mechanism for translating the generated strings into geometric structures. L-systems were introduced and developed in 1968 by Aristid Lindenmayer, a Hungarian theoret...
see:
https://ehrenjn.github.io/LSystems/
1 Like
Julien
(Julien)
May 1, 2020, 8:13am
2
Reading βL-systemβ, I just had a flashback of the 90βs when fractals were used everywhere in computer graphics
2 Likes
WillAdams
(William Adams (Carbide 3D))
May 14, 2020, 4:24am
3
Since I wrote the above, the recommended editor has become a workbench in FreeCAD β this is easily installed via the Tools | Addon Manager.
WillAdams
(William Adams (Carbide 3D))
Closed
May 30, 2020, 11:00pm
4
This topic was automatically closed after 30 days. New replies are no longer allowed.
WillAdams
(William Adams (Carbide 3D))
January 28, 2021, 4:09pm
6
And since I wrote all that, Iβve learned that the FreeCAD Workbench was an early version, and that a stand-alone version is the focus of development.