Skip to content

kinochi/Ray-Tracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ray-Tracer

This is an attempt to make a cross platform Ray Tracer(without hardware acceleartion)

Prerequisites

Need cmake version atleast 3.5. To check cmake version do

cmake --version

Getting Started

Just clone the repo with

git clone https://github.com/kinochi/Ray-Tracer

Installing

To make an out of source build

cd Ray-Tracer
mkdir build
cd build
cmake ..
make

Now there will be a executable called raytracer in build/driver

To get a rendered image out of it simply execute this binary and transfer its output into another image file

./raytracer > output.ppm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published