Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 454 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 454 Bytes

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.