Rendering fractals such as the Mandelbrot set using the Bevy framework in Rust.
Install the necessary dependencies depending on your system. On Arch Linux, I am using PipeWire for audio, and have AMD Radeon RX 6600 graphics card for rendering. Thus, installing the following packages:
sudo pacman -S libx11 pkgconf alsa-lib pipewire-alsa vulkan-radeonRun with release mode for better performance:
cargo run --releaseInteractions:
- Use the mouse wheel to zoom in and out
- Click and drag the mouse to change view
