Cantucci is a fractal renderer written in Rust. Or rather: it hopefully will be. This project is very much WIP. Come back later 🐝 😊
This project is in its very beginning, so there are no concrete plans yet. However, we want to have two renderers: a traditional raytracer (rather raymarcher) and a real time rasterizer. The latter one works on a dynamically triangulated version of the fractal and will use OpenGL or Vulkan.
The user should be able to fly around with the camera (with the real time renderer) and render specific images with the raymarcher.
The most famous fractal is without doubt the Mandelbrot set. Its name stems from its discoverer Benoit Mandelbrot. "Mandelbrot" is a German word which literally translates to "almond bread" and refers to this Italian pastry ... which is sometimes called "Cantucci".
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.