Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 473 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 473 Bytes

shwtn-graphics

A from-scratch Windows software renderer implementing core graphics fundamentals in C++

Repository structure:

  shwtn-graphics/
  │
  ├── code/
  │   ├── graphics_math.cpp
  │   ├── graphics_math.h
  │   ├── win32_graphic.h
  │   ├── win32_graphics.cpp
  │   └── build.bat
  │
  ├── data/
  │   └── (data directory)
  │
  ├── build_win32/
  └── (build directory)