Skip to content

leifrogers/internetmagic

Repository files navigation

Totes rando collection of p5.js stuff I've made and collected into one big folder.

Grids

There's nothing special here. It makes a randomly colored grid. whoo. Example Here

Maze

Generates a maze then solves the maze. Entrance is the top left, exit is the bottom right. Example Here

Bubbles

Pink pixel bubbles floating up. It makes me smile. Example Here

Lines

Makes some randomly colored lines and moves them about...randomly. Black and White Example Random Color Example

Falling Rows

Greyscale shifting rows go down the screen. Sorta trippy to watch for a prolonged amount of time. Now with row number parameter (fallingrows.html?rows={number of rows})

Base example (50 rows)
10 row example
80 row example
200 row example

Painter

is a bigger project but still mostly just a late night coding whim. It's purpose is to be sort of like an 8bit pixel art painter thing. I can't really define nor does it really need to be--I just wanted to do it in p5js. It can be found in action here