This is a small application showing strengths of the Rust programming language by rendering Julia set on multiple threads.
Visit this web page and install Rust toolchain manager. The cargo
command should be available in your command line afterward.
Enter the root directory of the project and run cargo run --release
. The application should open and display Julia set.