https://github.com/ciubix8513/fractal_viewer
A wgpu based fractal viewer, based on iced
https://github.com/ciubix8513/fractal_viewer
fractal-rendering iced rust wgpu
Last synced: 27 days ago
JSON representation
A wgpu based fractal viewer, based on iced
- Host: GitHub
- URL: https://github.com/ciubix8513/fractal_viewer
- Owner: Ciubix8513
- License: gpl-3.0
- Created: 2023-04-11T18:00:38.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-02T20:16:16.000Z (about 3 years ago)
- Last Synced: 2025-03-31T00:17:41.090Z (about 1 year ago)
- Topics: fractal-rendering, iced, rust, wgpu
- Language: Rust
- Homepage:
- Size: 187 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# fractal_viewer
A rust wgpu rewrite of my older [project](https://github.com/Ciubix8513/Fractals). Currently only supports native build, but I am planning to add wasm support.
## Currently supported fractals
- Mandelbrot set (z^2 + c)
- Burning ship (abs(z)^2 + c)
- Tricorn (conj(z)^2 + c)
- Feather ((z^3 / 1 + z * z) + c)
- Eye ((z/c)^2 - c)