Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 846 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 846 Bytes

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