Curios

  • A pseudo 3D Star Field.

    Single Point Perspective Cube

    by Timothy Langford on Jun 18, 2022

    A single point perspective can be used to generate a 'pseudo 3D' cube on a flat screen. This is pretty much the same way you might have learnt how to do this at school.

    Explore!
  • Three balls falling under a gravitational force.

    Forces

    by Timothy Langford on Jun 18, 2022

    Three balls falling under a fake 'gravitational' force. Pick a point and attract or repel them.

    Explore!
  • A Depth First Search generated maze that has been solved.

    Depth First Search Maze Generator

    by Timothy Langford on Jun 18, 2022

    Mazes are fun. This is a little Depth First Search based maze generator and solver. It uses iteration and a stack (instead of a recursive function) to prevent blocking the main JavaScript thread and allow animation.

    Explore!