Skip to content

Raytracing in one weekend. Based on the book with the same name.

License

Notifications You must be signed in to change notification settings

arnor-nolen/rt-one-weekend

Repository files navigation

rt-one-weekend

Raytracing in one weekend. Based on the book with the same name.

This project tries to use modern C++20 features to improve on the original code.

Dependencies

Dependencies are listed in conanfile.py.

How to build

  • In one command:
conan build . -s build_type=Debug --build=missing
  • Using conan and cmake:
conan install . -s build_type=Debug --build=missing
cmake --workflow --preset debug # Use multi-debug for multi-configs.

Check contents of CMakePresets.json for more info.

How to run

./build/Debug/bin/rt-one-weekend

Result

Output image produced by the program.

Image

About

Raytracing in one weekend. Based on the book with the same name.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published