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

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

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)