A Star

A* is a path finding / search algorithm that I have implemented in 2D space and adapted to work in 3D space.

View details »

Progressbars.js

A progress bar library developed by me, creating animated loading bars and gifs.

View details »

3DGraphs

A selection of 3D graphs I have created using the P5.js Library with WEBGL.

View details »

HandPoses

Hand Poses is a machine learning program I have written to determine what poses your hand is in.

View details »

Tree Equations

Tree equations is a visualiser for recursively solving an equation. It utilises Math.js Library and cytoscape.js Library

View »

Chess AIs

Chess AIs is a program I wrote to train AIs for chess. It utilises NEAT.js, chess.js and chessboard.js.

View »