Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guydols/Lorenz_Attractor
Rust implementation and visualization of the Lorenz Attractor using Macroqaud
https://github.com/guydols/Lorenz_Attractor
Last synced: about 2 months ago
JSON representation
Rust implementation and visualization of the Lorenz Attractor using Macroqaud
- Host: GitHub
- URL: https://github.com/guydols/Lorenz_Attractor
- Owner: guydols
- License: gpl-3.0
- Created: 2023-03-11T17:49:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-11T18:16:57.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T03:02:53.527Z (5 months ago)
- Language: Rust
- Size: 104 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-quads - Lorenz Attractor - a Rust implementation and visualization of the [Lorenz Attractor](https://en.wikipedia.org/wiki/Lorenz_system). (Apps or visualizations / Apps or visualizations: On top of macroquad)
README
# Rust implementation and visualization of the Lorenz Attractor using Macroquad
This project is a Rust implementation and visualization of the Lorenz Attractor using the Macroquad game development framework.
## What is the Lorenz Attractor?
The Lorenz Attractor is a mathematical model that describes the behavior of a simple system of three coupled nonlinear differential equations. It was first introduced by mathematician Edward Lorenz in 1963, and has since become one of the most famous and widely studied examples of a chaotic system.
Screenshot:
![](Screenshot.png?raw=true)## How to use the program
To run the program, you must have Rust installed on your computer. You can download Rust from the official website at https://www.rust-lang.org/tools/install.
Once Rust is installed, you can clone this repository and run the program using the following command:
cargo run
Or use --release for a more efficient binary
cargo run --release
This will compile the Rust code and start the program, which will open a window displaying the Lorenz Attractor visualization.
## Dependencies
This project depends on the Macroquad game development framework, which is included as a dependency in the `Cargo.toml` file.
## License
This project is licensed under the GNU GPL - see the LICENSE file for details.