An interactive desktop visualizer for classical 2D (and bonus 3D) computer graphics algorithms. Every algorithm animates step by step, with the exact calculations displayed live alongside the OpenGL ...
Abstract: On a computer (PC) producing a circle is a slightly tedious task, this problem was first solved by the Bresenham's circle drawing algorithm, further that same algorithm was again improved by ...
This procedural generator started as a hobby project to learn about various procedural algorithms (cellular automata, marching squares and Bresenham's line algorithm to name a few). Inspiration was ...