https://github.com/lucasgelfond/fidget-scad
Repo for "Intro to Programmatic 3D Modeling" workshop for 2025 Fidget Camp (https://fidgetcamp.com/)
https://github.com/lucasgelfond/fidget-scad
3d cad openscad parametric-modelling
Last synced: 3 months ago
JSON representation
Repo for "Intro to Programmatic 3D Modeling" workshop for 2025 Fidget Camp (https://fidgetcamp.com/)
- Host: GitHub
- URL: https://github.com/lucasgelfond/fidget-scad
- Owner: lucasgelfond
- Created: 2025-06-22T15:02:44.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-06-24T03:31:40.000Z (11 months ago)
- Last Synced: 2025-12-01T14:42:32.283Z (5 months ago)
- Topics: 3d, cad, openscad, parametric-modelling
- Language: OpenSCAD
- Homepage: https://fidgetcamp.com/
- Size: 34.8 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setup
First, download OpenSCAD via:
- [https://openscad.org/downloads.html](https://openscad.org/downloads.html)
or
- `brew install openscad`
You can follow along with the presentation slides [here](https://docs.google.com/presentation/d/1H7e21ELX5lRS6xcbsuE9BWY9FLHJ9OPu1C2TIvnVjcQ).
## Contents
Included in this repo:
- **smiley-1.scad**: solution to first exercise
- **smiley-2.scad**: solution to second exercise
- **writing-demo/**: folder with pre-setup write.scad for using letters
- **slides.pdf** / **slides.pptx**: slides in file form, you can also see them on [Google Slides](https://docs.google.com/presentation/d/1H7e21ELX5lRS6xcbsuE9BWY9FLHJ9OPu1C2TIvnVjcQ)
## Acknowledgements
The original Write.scad source is available [on Thingiverse](https://www.thingiverse.com/thing:16193) or [GitHub](https://github.com/rohieb/Write.scad).
## Miscellaneous
A near-mirror of this repo is available as a Google Drive folder [here](https://drive.google.com/drive/folders/1dUD5vAAsrGoWbRNwa3mfSFlLB7Y4qRCs?usp=sharing).