Skip to content

jproj3cts/DONUT-A-CPU-based-rendering-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DONUT-A-CPU-based-rendering-engine

D.O.N.U.T. (Diligently Optimised reNdering Useful Techniques), or - more gramatically - UDONT, is an engine is capable of rendering any 3D shape you can parameterize from any distance or viewing angle. The video below demos this for a klein bottle.

klein.mp4

I adapted this from the code written by Andy Sloane, the original can be found here: https://www.a1k0n.net/2011/07/20/donut-math.html.

To compile for yourself, simply run:

gcc donut.c -o donut -lgdi32 

after cd-ing into the same directory as the donut.c file.

Note: this application currently only works on windows.

Planned Improvements

  1. Add support for changing camera angle.

Releases

No releases published

Packages

No packages published

Languages