Skip to content

C++ Raytracer without any special 3D libraries (currently no acceleration)

Notifications You must be signed in to change notification settings

jezhou/raytracer

Repository files navigation

Raytracer

Makes realistic images using rudimentary raytracing. Here is a sample.

dope

To compile, type make in the command line whilst in the directory where the project is in. You don't need to do anything else.

This cannot (yet) render scenes with lots of objects in them since we didn't have a chance to implement acceleration structures.

Computer specs (try to run it on something similar if it's not working):

Mac OS Sierra, Early 2015 2.7 GHz Intel Core i5 Intel Iris Graphics 6100 1536 MB

About

C++ Raytracer without any special 3D libraries (currently no acceleration)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages