Skip to content

david-andrew/TerminalRayTracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal Ray Tracer

A ray tracer that runs in the terminal with no dependencies

Terminal Ray Tracer Demo Output

how to use

clang TerminalRayTracer.c -lm -O3 && ./a.out

To Do

  1. actual ray tracing
  2. floor
  3. lighting
  4. sky box texture
  5. convert to CUDA to run on GPU
  6. camera controls from keyboard input
  7. materials
  8. other shapes
  9. GJK based collision physics

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages