Categories
Nature of Code

p5 Photo

andrewicus.neocities.org/p5-photo Github Repo For my Nature of Code final project, I chose to extend my previous cellular automata project to create a web-based photo editor application. The development of this project was a long and winding road! I will do my best to detail the highlights here. Beginnings I began my photoshop journey by first […]

Categories
Nature of Code

Final Project Proposal

Collect inspirations: I have always tinkered around with the image sliders on my iPhone’s photos app and have never understood what each one changes (brightness vs. luminance vs. highlights). I also always liked learning about how the programs I use everyday work and especially enjoyed last week’s project where I wrote blur and sharpening algorithms. […]

Categories
Nature of Code

Image Filter Fun

// Sketch Link // For this weeks assignment, I experimented with creating a kernel filter system for images in p5. I was inspired by one of Professor Shiffman’s discussion of how image filters are a type of cellular automata system. He said that a blur filter basically visits each pixel and then makes that pixel’s […]

Categories
Nature of Code

SPRINGS made out of springs

// Sketch Link // For this weeks assignment, I attempted to recreate one of the shots from the Jelly Car video where the word “SPRINGS” is spelled out with soft body letters. I began this task by expanding upon our soft body sketch created in class and made a square soft body with two inner […]

Categories
Nature of Code

Balloon Burster

Balloon Burster is a game where the player attempts to pop as many balloons as possible. With five upgrades to choose from, the player can rack up points faster and faster until they unlock the secret win mode 😉. Backup Link (if Neocities doesn’t work) I began this middle semester assignment by playing around with […]