A small raytracer.
Find a file
Christoph Heiss 5c264ae62d
All checks were successful
flake / build (push) Successful in 3m27s
nightly build / build (push) Successful in 3m35s
flake: enable clang-format formatter
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-10-26 21:24:30 +02:00
.forgejo/workflows ci: add initial workflows 2024-10-26 21:24:30 +02:00
include initial commit 2024-10-26 21:24:30 +02:00
src initial commit 2024-10-26 21:24:30 +02:00
.clang-format initial commit 2024-10-26 21:24:30 +02:00
.editorconfig initial commit 2024-10-26 21:24:30 +02:00
.gitattributes initial commit 2024-10-26 21:24:30 +02:00
.gitignore initial commit 2024-10-26 21:24:30 +02:00
.prettierrc initial commit 2024-10-26 21:24:30 +02:00
flake.lock initial commit 2024-10-26 21:24:30 +02:00
flake.nix flake: enable clang-format formatter 2024-10-26 21:24:30 +02:00
LICENSE initial commit 2024-10-26 21:24:30 +02:00
meson.build initial commit 2024-10-26 21:24:30 +02:00
README.md initial commit 2024-10-26 21:24:30 +02:00

tiny-raytracer

A small raytracer written in C++.

License

Licensed under AGPL-3.0-only LICENSE.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be licensed by AGPL-3.0-only license as above, without any additional terms or conditions.