Skip to content

ssylvan/rustray

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rustray
January 2012

A raytracing proof-of-concept in Rust

DEMO:
   $ wget http://groups.csail.mit.edu/graphics/classes/6.837/F03/models/cow-nonormals.obj
   $ ./rustray cow-nonormals.obj
   Reading "cow-nonormals.obj"...
   Unrecognized line in .obj file: # The units used in this file are centimeters.
   Building kd-tree... Done.
   Loaded model.
       Verts: 4583, Tris: 5804
       KD-tree depth: 13, #nodes: 1905
   Tracing rays... Done!
   Writing "./oput.ppm"...Done!
   $ gimp oput.ppm


About

Sebastian Sylvan's Rust ray-tracer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%