Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.03 KB

README.md

File metadata and controls

57 lines (38 loc) · 1.03 KB

3d-renderer

c

A software 3D renderer written in C and SDL using the left-handed co-ordinate system.

3drenderer

Requirements

Generate Compilation Database (for auto-completion)

make gen-compilation-db

Building

make build

Running

make run

Build a Debug Binary

make debug-build

Start lldb or gdb With Debug Binary

make debug

Cleaning the Project

make clean

References

Code produced as part of the course 3D Graphics Programming from Scratch.