Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 330 Bytes

File metadata and controls

14 lines (11 loc) · 330 Bytes

Softy

Basic software renderer in C.

Build and run

$ bash build.sh && ./build/softy

Libraries Used

  • SDL2: creating a window
  • stb: loading of images and generating font bitmap

Example