Skip to content

claudemuller/3d-renderer.c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A software 3D renderer written in C and SDL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published