OpenSCAD Recursion Algorithms

by anwar
No image available

Printable files (0)

No STL / OBJ / STEP file available for this part.

Description

Recurse-in-OpenSCAD

It has been brought to my attention that many of these functions are made possible using OpenSCAD's new list comprehension capabilities, and as such, I am no longer actively maintaining this Thing. <3

2015 0313 1519 -0500 Earth, Sol, galactic rotaional instant unknown
by Anwar Hahj Jefferson-George

This project contains some basic codes by which certain recursive operations may be performed within the OpenSCAD parametric modeling language.

This version includes functionality like being able to:
  1. Generate fibonnaci numbers,
  2. Generate highly degenerate pseudospirals using said fibonnaci numbers, and
  3. Manipulate one-dimensional vectors and vectors containing vector elements (flip backwards, multiply a dimension by a scalar, etc.)
  4. Generate arithmetic progressions and geometric progressions in vector form.

The source of the file will be updated periodically, and the most up-to-date version is hosted on GitHub