Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/suvrik/software_rasterizer

Software Rasterizer Studies
https://github.com/suvrik/software_rasterizer

c graphics rasterizer render software

Last synced: 26 days ago
JSON representation

Software Rasterizer Studies

Awesome Lists containing this project

README

        

# Software Rasterizer

A 3D software rendrerer I made in a single weekend.

The following mesh has over 18k triangles and runs over 250 FPS on my Intel Core i9.

![](dog.gif)

Even though `main.c` uses a lot of WinApi, `soft3d.h` and `rasterizer.c` are platform independent.