tao-yuan-761611-unsplash.jpg

Programming

 

Programming

"be ashamed to die until you have won some victory for humanity."
– horace mann

 

Below you will find some of my programming projects. The process of learning, creating, and developing is challenging but overall exciting. Every project serves to develop my skills and abilities with the hope of one day being able to use technology to benefit humanity. For now, I will settle with developing projects that are enjoyed by myself and those around me.

 
 


TheCube2Preview.gif

the HYPERCUBE
February 2020

The original Cube project taken to a higher dimension. The original soundscape experience exists on the first dimension by manipulating the center vertex. However, in the higher dimension the hyper cube morphs and the center vertex now controls the delay time and wetness of a sampled piano that can be played with your keyboard.

Processing - Audio

minim library

PerlinAltRGB_comp.gif

pixology
september 2019

Imagine extracting the RGB values for each pixel of three individual images and recombining them in differing ways to create one image -this is pixology. I have been exploring this concept as a side project for a couple of months. Various ideas and ways of working with images were and continue to be developed.

processing - pixel array
Audio - images - video

Trominotris 2
may 2019

Version 2 of Trominotris adds several new play experiences. The most exciting of which is a two player duel mode. Two players can compete against one another for high-scores. For both solo and duel play three new additional game modes were added -freeze, glitch and relax.

processing - 2d Arrays
sound - video- UI - DAS


Trominotris
April 2019

A simplified version of Tetris using trominos: 3 equal-sized squares connected edge to edge to form polyminos of order 3. The project includes the basic mechanics expected from a mock Tetris style game. The design was inspired by Tetris Effect and uses a dark theme with an ambient track designed to be relaxing and challenging at higher levels. Trigger relax mode to limit the fall speed to a manageable rate for extended fun. Enjoy!

Click below for more information on the development process, tutorial guide, and download link to the source code.

processing - 2d arrays
sound - Video - UI


PacMan_Example.gif

Pac-man
March 2019

A simplified version of Pac-Man created in processing. The game features the basic game mechanics for controlling Pac-Man as well as ghost AI, score, lives, levels, and savable high score system.

Click below to learn more about the development process, tutorial guide, and download link to source code.

Processing - A* PATH-FINDING Algorithm
2d Arrays - sound - ui - csv score file - ui

be kind
February 2019

We often forget the power we have to forge the world in our image. If we are displeased with what we see don’t be discouraged. Be inspired to change it. If you don’t know where to start -be kind.

Click below to take the challenge as well as to view the JavaScript source code using P5.js on OpenProcessing. Feel free to contact me for the Processing java code.

processing - p5.js - sound

the cube
january 2019

The Cube is an interactive auditory experience consisting of overlapping sound spaces activated by distorting the cube’s center vertex. Navigate the sound spaces with each distortion of the cube to increase or decrease the amplitude of 12 distinct sounds.

Processing - Java - sound
Perlin Noise

A reminder for us all
December 2018

A simple website developed to remind us that all is possible when we move in the direction of our goals despite the fear and the obstacles before us. Be epic in your journey.

Web design - html - css
javascript - audio - Ui

Find mia
august 2018

Click the canvas with the mouse to find Mia the squirrel. Use the blinking disks that appear after each click revealing your distance from Mia to uncover her hidden location on the screen. Track your accumulative average distance with each click. Keep an eye on your remaining clicks and see how many rounds you complete!

Processing - java - game

my soap co.
July 2018

A mock website for a personal care product line specializing in organic ingredients that makes getting clean just as invigorating as getting dirty.

Web design - html - css
javascript - responsive

evolving constellations
march 2018

Generate nodes on a canvas and watch them disperse across the screen connecting and disconnecting from the nodes around them to create constantly evolving constellations.

Click below for a detailed guide and a link to the project on OpenProcessing.org to view source code.

processing - java - interactive
GUI - Button - slider - ui

my sketch
March 2018

A generative art sketch using duel parametric equations to create a repeating loop of lines that trace out the letter M.

processing - java - generative art