The age of beauty
Some final results of my computer graphics project. I implemented a graphics rasterizer, which is the implementation one would follow if you wanted hardware-accelerated graphics on today’s GPU’s, which have pipelines dedicated to vertex transformations. The other option was a raytracer, which is not (yet) suitable for real-time applications due …