Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukaskalbertodt/cantucci
:bread: Fractal Renderer
https://github.com/lukaskalbertodt/cantucci
Last synced: 4 days ago
JSON representation
:bread: Fractal Renderer
- Host: GitHub
- URL: https://github.com/lukaskalbertodt/cantucci
- Owner: LukasKalbertodt
- License: apache-2.0
- Created: 2016-09-02T14:53:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-31T18:22:39.000Z (almost 4 years ago)
- Last Synced: 2024-05-02T04:43:16.770Z (7 months ago)
- Language: Rust
- Size: 332 KB
- Stars: 7
- Watchers: 6
- Forks: 3
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Cantucci :bread: :bulb:
*Cantucci* is a fractal renderer written in Rust.
Or rather: it hopefully *will* be.
This project is very much **WIP**.
Come back later :honeybee: :blush:### Planned features
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.
### Origin of the name
The most famous fractal is without doubt the [Mandelbrot set](https://en.wikipedia.org/wiki/Mandelbrot_set). Its name stems from its discoverer [Benoit Mandelbrot](https://en.wikipedia.org/wiki/Benoit_Mandelbrot). "Mandelbrot" is a German word which literally translates to "almond bread" and refers to [this Italian pastry](https://en.wikipedia.org/wiki/Biscotti) ... which is sometimes called "Cantucci".
---
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.
### Contribution
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.