Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 430 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 430 Bytes

Software rasterizer in C++ [WIP]

How to build

You need to have visual studio installed.
Run ./premake_build.bat or ./premake5.exe vs2022

Conventions

We exclusively use defines in common_defines.hpp whenever possible. TODO:

Notes

All bmp files work when exported from GIMP 2.10.4 without color data and in XRGB 32 bit format.

Before releases

inspect // TEMPORARY: sections and DEBUG def blocks