https://github.com/edap/breaking-two-things-at-once
Creative coding course at Universität der Künste Berlin
https://github.com/edap/breaking-two-things-at-once
Last synced: 10 months ago
JSON representation
Creative coding course at Universität der Künste Berlin
- Host: GitHub
- URL: https://github.com/edap/breaking-two-things-at-once
- Owner: edap
- Created: 2018-03-23T07:55:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-07T22:40:09.000Z (almost 8 years ago)
- Last Synced: 2025-02-13T03:47:56.755Z (over 1 year ago)
- Language: Makefile
- Homepage:
- Size: 24.5 MB
- Stars: 14
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# breaking-two-things-at-once
### Goals
The goal of this course is to give to the students the instruments to explore computational thinking.
### Structure
The course is divided in lessons, and each lesson follows these simple rules:
- It introduces two topics at time.
- It recalls the previous lessons.
- It concludes with a final excercise
WIP
### Lessons
#### 1 Bouncing eyes.
- [Two eyes](https://github.com/edap/breaking-two-things-at-once/tree/master/01-two-eyes)
- [Easing](https://github.com/edap/breaking-two-things-at-once/tree/master/01-easing)
#### 2 C&C, AKA Containers and Colors.
- [Vectors and Color Palette](https://github.com/edap/breaking-two-things-at-once/tree/master/02-vectors)
#### 3 Waves of lines.
- [a drawing lines app](https://github.com/edap/breaking-two-things-at-once/tree/master/03-lines)
#### 4 Image distorsion using Arduino.
- [How to build an image distorsion tool with OF and Arduino](https://github.com/edap/breaking-two-things-at-once/tree/master/04-arduino)
#### 5 It sounds like 3D.
- [Belling planets](https://github.com/edap/breaking-two-things-at-once/tree/master/05-planets)
#### 6 Algopaper.
- [Algopaper](https://github.com/edap/breaking-two-things-at-once/tree/master/06-algopaper)
#### 7 OSC and sound
- [OSC and Sonic PI](https://github.com/edap/breaking-two-things-at-once/tree/master/07-OSCSound)
#### 8 Pixelated fonts
- [Fonts and Pixels](https://github.com/edap/breaking-two-things-at-once/tree/master/08-Fonts)