Skip to content

VgTajdd/simple_raytracer

Repository files navigation

Simple Raytracer

Simple raytracer developed in C++.

cmake-ubuntu

Usage

# Clone the repository.
git clone https://github.com/vgtajdd/simple_raytracer.git

# Configure the project using CMake.
cd simple_raytracer
mkdir build
cd build
cmake ..

# Build the targets.
make -j

# Run the main target.
./simple_raytracer/app

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

Apache-2.0

About

Simple raytracer using pure C++

Topics

Resources

License

Stars

Watchers

Forks