Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 263 Bytes

File metadata and controls

9 lines (5 loc) · 263 Bytes

Renderer

This is a 3D software renderer using the CPU and SDL2 to draw individual pixels. No OpenGL/Vulkan/GPU.

To run: ./run.sh

You can use full screen by changing FULLSCREEN to true in src/main.cpp.

Screenshot