Introduction
A 3D engine built completely from scratch. Written in vanilla Javascript, and uses the canvas API to draw individual lines to represent vectors (which represent the points/vertices of all the objects in the engine).
It features a camera, which when turned, drives the vectors in our world through a series of transformations that track it's X,Y coordinates relative to the camera screen. A process called projection.