https://github.com/openscad/list-comprehension-demos
https://github.com/openscad/list-comprehension-demos
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openscad/list-comprehension-demos
- Owner: openscad
- Created: 2014-06-11T01:42:01.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-12-29T20:02:43.000Z (over 3 years ago)
- Last Synced: 2025-07-06T03:50:21.877Z (11 months ago)
- Language: OpenSCAD
- Size: 2.99 MB
- Stars: 111
- Watchers: 21
- Forks: 35
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
list-comprehension-demos
========================
This repository contains some demos made possible by the addition of list comprehension to OpenSCAD.
In particular it contains a user-space sweep() module which can be used to sweep a 2D shape along a 3D path.
To use these demos, first install the scad-utils library (https://github.com/openscad/scad-utils) in OpenSCAD's library path.
## [extrusion.scad](extrusion.scad)

## [forma-candle-holder.scad](forma-candle-holder.scad)

## [superformula.scad](superformula.scad)

## [sweep-drop.scad](sweep-drop.scad)

## [sweep-path.scad](sweep-path.scad)

## [sweep-test.scad](sweep-test.scad)

## [toothed-belt.scad](toothed-belt.scad)

## [trefoil-knot-sweep.scad](trefoil-knot-sweep.scad)

## [wave-cylinder.scad](wave-cylinder.scad)

## [3d-function.scad](3d-function.scad)

## [spiral-2d.scad](spiral-2d.scad)
