News Score: Score the News, Sort the News, Rewrite the Headlines

Implementing a tiny CPU rasterizer

Implementing a tiny CPU rasterizer 2024 Oct 30 This is a tutorial series on implementing a basic CPU rasterization engine in C++ from scratch. No GPU involved, just drawing pixels with our bare hands, emulating what the GPU usually does for us. The tutorial is split into 12 parts, each covering some aspect of the engine, from drawing our first pixels to advanced stuff and optimizations. Some parts of the tutorial are not finished yet, this is a work-in-progress. All the code for this project is ...

Read more at lisyarus.github.io

© News Score  score the news, sort the news, rewrite the headlines