Mathematical model of the Lorenz attractor made in JavaScript and rendered with ThreeJS.
Where sigma = 10, rho = 28 and beta = 8/3.
More information can be found at https://mathworld.wolfram.com/LorenzAttractor.html.
Main info
Title | Modelling Lorenz Attractor |
---|---|
Author | Anand Kamble |
Contact | anandmk837@gmail.com |
Project Lang. | JavaScript |
First Release | 5th Feb 2023 |
License | GNU GPL v3.0 |
Clone the repository by
git clone https://github.com/anand-kamble/Lorenz-Attractor.git
Serve the folder by a server of your choice.
If you have npm installed You can use the npm module serve by running following command
npx serve .
Alternatively,
You can use Live server plugin in Visual Studio Code.