Skip to content

A Windows software renderer built from scratch using Win32 API

Notifications You must be signed in to change notification settings

shawteen/shwtn-graphics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A Windows software renderer built from scratch using Win32 API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published