Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.3 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.3 KB

Julia

A parallel realtime Julia set renderer in Rust

Dependencies

Requires the SDL2 library. This can be installed via most package managers or you can build from source by following the instructions at https://wiki.libsdl.org/Installation.

If you are on MacOS and have Homebrew, you can do brew install sdl2.

Controls

  • Move the mouse to define the key point of the Julia set.
  • Use the up and down arrows to change the number of iterations. It starts at 12. Even very low numbers (2-4) look really cool!

screen shot 2015-02-18 at 2 50 24 pm screen shot 2015-02-18 at 2 48 07 pm screen shot 2015-02-18 at 2 48 02 pm screen shot 2015-02-18 at 2 47 53 pm screen shot 2015-02-18 at 2 47 24 pm

License

This project is dual licensed under the Apache-2.0 and MIT licenses.