Skip to content

nicola-leonetti/pure-c-raytracer

Repository files navigation

SDM-raytracer

Simple raytracer written in pure C, based on the book Ray Tracing in One Weekend.

Compiling and running locally

The following compiles and runs the program, creating the image file img.ppm in the current directory.

nvcc -G --use_fast_math -rdc=true -arch=sm_86 --maxrregcount 40  main.cu -o coalesc-400
./main > img.ppm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published