https://github.com/gkjohnson/dma28-interactivity-projects
Processing projects from 2009 D|MA-28 Interactivity Class
https://github.com/gkjohnson/dma28-interactivity-projects
college college-project drawing graphics processing
Last synced: 7 months ago
JSON representation
Processing projects from 2009 D|MA-28 Interactivity Class
- Host: GitHub
- URL: https://github.com/gkjohnson/dma28-interactivity-projects
- Owner: gkjohnson
- Created: 2017-07-27T02:49:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-31T04:08:01.000Z (almost 9 years ago)
- Last Synced: 2025-10-26T08:36:19.109Z (8 months ago)
- Topics: college, college-project, drawing, graphics, processing
- Language: Processing
- Size: 4.81 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dma-28-interactivity-projects
**Spring 2009 D|MA-28 Interactivity I Class Projects**
Processing projects produced for a college [D|MA Interactivity Class](http://classes.dma.ucla.edu/Spring09/28/) -- my first introduction to programming.
# Projects
## [Abstract Art](/AbstractVector)

Recreate a section of a piece of abstract art using the vector drawing functions within Processing.
The process more or less involved creating the image in Illustrator and copying the anchor values into the program.
## [Music Sketch](/MusicSketch)

Generate a static, abstract image inspired by a song of choice.
I chose Tenacious D's "Friendship".
## [Drawing Program](/DripLine)

Create a mouse-drawing application.
## [Alphabet Project](/AlphabetPong)

Create a a sketch with interactions for each letter of the alphabet.
I created a "pong" variant to begin understanding how the manage the lifecycle of a game.
## [Midterm](/Midterm/SideScroller)

Create a narrative.
An opportunity to understand how side-scrolling games are made, including levels, checkpoints, pickups, enemies, and a boss.
## [Square Pet](/SquarePet)

Imbue a square with emotion.
Play with and feed your new square pet! The quivering only means it's having fun.
## [Final Game](/SheepHerding)

Make a game.
I chose a project that allowed me to explore modeling a system with more complex behavior! Here the sheep will wander and flock together over time, but scatter and wander aimlessly for a bit if the dog gets too close.