An open API service indexing awesome lists of open source software.

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/)

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).