Skip to content

Ray-tracer that renders a fixed scene, in Rust/OpenGL

Notifications You must be signed in to change notification settings

maxeonyx/cosc363-ray-tracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ray Tracer

This is a university assignment for Computer Graphics. The task was to implement a ray tracer that rendered a fixed scene. It had to have a certain set of features (See the assignment pdf), for example: a reflective surface and a textured surface. I chose to complete my assignment in the Rust programming language instead of C++ (for which we had sample code provided)

For extra marks I parallelized the rendering (using a rust library called Rayon) and displayed the results in real-time.

About

Ray-tracer that renders a fixed scene, in Rust/OpenGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published