🏠 Home ✉️ Contact 🛠️ Projects
💃 Fun Stuff 🔗 Links 🖼️ Art

Programming Projects

Programming is art, and code is beautiful! Here's some of my favorite creations that ive scripted up.

Games

Ive made a few games! Click that link above to check them out in more detail. These days im usually working in Godot!

Python

DripFeed
An art piece that uses news feeds and a button. This was also an Arduino project that never quite got off the ground. Users hit a button repeatedly in order to slowly scroll the news feeds. The feed only actually refreshed and updated every X number of presses, so very much like a skinnerbox.
Secret Messages
The script was used to make the puzzles for my Neopian times series! Its based on the Vigenere Cypher
VelAccCurves
This is an implementation of curves i worked with that are a bit unusual. It specifies a Destination, an origin, a lifespan, a starting Velocity, and a constant Acceleration, in order to define the curve!

Glitching Script
This was created because i wanted to explore file formats in wacky ways. Using a compination of a script written in python that would fuzz the bytes of a file, i would use the windows 7 image viewer, and its robust image data correction to get images to break in interesting ways!
Image generation

this little image was generated by a script that "grows" the tree according to a pattern. This was inspired by an old puzzle i read in Ivan Moskovitch's 1001 Playthinks Book.


Pixel Proximity Sorting
This was a script i wrote to do pixel sorting in a bit more of a organic method.
Claude Monet's Poppies, Near Argenteuil an abstrat rearragnement of the pixels, where similarly colored pixels are closer to eachother..
Pixel Sorting of Claude Monet's Poppies, Near Argenteuil..
Another example using All RGB
Static, Abstract arrangement of a full RGB spectrum. Animated, Abstract arrangement of a full RGB spectrum
Pixel Sorting Algorithm in action

Shaders

I really only have the one. haha. Here, Enjoy!
Back