An unfinished raytracer/pathtracer/bidirectional pathtracer
Go to file
Bruno BELANYI 31272bceac library: core: color: add arithmetic operations
The only operations that are not supported right now are term-by-term
division and multiplication between two colors.

I deemed the multiplication and division by a scalar more important than
those operations for the moment.
2020-03-16 16:14:40 +01:00
src library: core: color: add arithmetic operations 2020-03-16 16:14:40 +01:00
.gitignore project: add Cargo project files 2020-03-08 16:22:44 +01:00
.gitlab-ci.yml project: use nightly in CI 2020-03-08 17:34:17 +01:00
.rustfmt.toml project: add default formatting configuration 2020-03-08 17:27:30 +01:00
Cargo.toml project: add derive_more dependency 2020-03-16 16:07:21 +01:00