This is a work in progress bitmap rasterizer to help me on my project to understand 3D computer graphics. The image it displays is in 120x90 resolution, and I plan to have a slider to scale the image up in size.
I had been inspired to work on something like this by thebennybox on YouTube. The Rasterizer is nearing completion, now working on a slider for scaling the image. A todo list is included as a comment in the code, and I've documented pretty much everything as I go, so figuring out how everything works shouldn't be too difficult. (Will likely make a way to allow you to save images to the cloud using variables and Base64 encoding.)