This project was bootstrapped with Create React App.

Chris Milson

This website is a landing page for me to show off my projects. I have other projects hosted on my github.io page, and this page should act as a hub for the others.

Wallpapers

One of the interesting parts of this page is the changing background. I have designed each of them based on mathematics I have seen before.

Circles

Circles

I was inspired to reproduce the pattern that falling droplets of water make on the surface of water.

Perspectives

Perspectives

I was always fascinated by the patterns that the headlights of cars made when passing cones on the side of the road.

Bouncy Balls

Bouncy Balls

I wanted to model a physical system, without it becoming too complicated. Complicated simulations would perhaps be slower on some devices, and would cause too much clutter in the page. This brought me to the simple idea or projectile motion, elastic objects under a constant force.

Game of Life

Game Of Life

Conway's "Life" Game is a cellular automaton which has become a meme. I thought it would be nice to create a wallpaper with it.

Dragon

Dragon

Based on the Dragon Curve, the Dragon wallpaper animates the descent and ascent from low to high complexity curves.

YinYang

YinYang

After seeing someone make the pattern for reddit, I decided to try and make it myself. The original poster build it with brute force, but I wanted to produce it with computer code.