Skip to content

SzilvasiPeter/bevy_fractal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Rendering fractals such as the Mandelbrot set using the Bevy framework in Rust.

mandelbrot set

Dependencies

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-radeon

Usage

Run with release mode for better performance:

cargo run --release

Interactions:

  • Use the mouse wheel to zoom in and out
  • Click and drag the mouse to change view

About

Rendering fractals such as the Mandelbrot set using the Bevy framework in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages