A from-scratch Windows software renderer implementing core graphics fundamentals in C++
shwtn-graphics/
│
├── code/
│ ├── graphics_math.cpp
│ ├── graphics_math.h
│ ├── win32_graphic.h
│ ├── win32_graphics.cpp
│ └── build.bat
│
├── data/
│ └── (data directory)
│
├── build_win32/
└── (build directory)