https://github.com/osteele/ixlab-tutorials
Arduino and Processing examples for NYU Shanghai Interaction Lab
https://github.com/osteele/ixlab-tutorials
arduino education processing
Last synced: about 2 months ago
JSON representation
Arduino and Processing examples for NYU Shanghai Interaction Lab
- Host: GitHub
- URL: https://github.com/osteele/ixlab-tutorials
- Owner: osteele
- Created: 2020-11-11T07:11:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-27T01:07:15.000Z (over 5 years ago)
- Last Synced: 2025-11-29T08:32:36.077Z (7 months ago)
- Topics: arduino, education, processing
- Language: Processing
- Homepage: https://osteele.github.io/ixlab-examples/
- Size: 897 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interaction Lab Examples
This repository contains lesson plans and example code for Fall 2020 Interaction Lab at NYUSH IMA.
The sample code demonstrates fine-grained progressions, that change one thing at a time. In class, I typically start from a blank sketch or from the first sketch in a progression, and edit it in place.
These progresions are intended to be jseful to instructors (or for use in a possible viewing application, in the future). The ideal example set for stidents to browse after class is probably a smaller number of files, that differ in more ways from example to example.
## Processing
- Class 18 – Arrays: [README](./18-arrays/README.md), [files](https://github.com/osteele/ixlab-examples/tree/main/18-arrays)
- Class 20 – Serial 1: [README](./20-serial-1/README.md), [files](https://github.com/osteele/ixlab-examples/tree/main/20-serial-1)
- Class 23 – Images: [README](./23-images/README.md), [files](https://github.com/osteele/ixlab-examples/tree/main/23-images)