/RustJuliaSet

Julia Set in Rust

Primary LanguageRust

Julia Set in Rust

This is a small application showing strengths of the Rust programming language by rendering Julia set on multiple threads.

Installing rust

Visit this web page and install Rust toolchain manager. The cargo command should be available in your command line afterward.

Run project

Enter the root directory of the project and run cargo run --release. The application should open and display Julia set.