Chris’ Notepad

This is a notepad .html that creates a temporary .json file which stores the canvas and all you create in it. You can draw on the canvas directly, move the notepads, tweak the appearance, save and load your canvas to share with someone else, take screenshots, ect.

 Image Filter Studio

This is a simple image filter editing software. Simply upload the image, tweak it according to the settings, and export the new file.

Game Of Life
Conway's Game of Life is a cellular automaton simulation where cells live, die, or reproduce on a 2D grid based on four simple neighbor rules. A concise Python implementation involves creating a grid, counting neighbors for each cell, and updating states simultaneously to simulate "ticks" or generations.

 Wave Simulator 01

This is just me messing around with AI to see what I can get it to create regarding waves and fluid interaction.

2D Fluid Simulation.
This is an AI test. I wanted to see how it handled creating a 2D fluid simulation.

Plinketo Picker
This is a tool you can use to randomize the picking of someone or some thing. Fill out the list with what you want to pick, and watch the balls fall down the plinketo machine.

3D Dice Roller

This is a simple scene that lets you roll up to 6 dice at a time, and a total will show up at the top.