Another non-interactive screensaver-type thing with an 8-bit pixellated aesthetic, made using color-reduced and quantized photos taken around Akihabara, Tokyo. [read more…]
Category Archives: Graphics
Generative Abstract Pixel Art
A continuously evolving non-interactive abstract composition on a 320×176 canvas. [read more…]
Procedural Island Generator
I made a little Windows app to test out some code for randomly generating simple islands to be used as the basis for a tile map in a 2D game. Essentially it’s just recolouring some fractal noise generated with a standard midpoint displacement algorithm with a few added tweaks. [read more…]