Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.25 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.25 KB

Lorenz Attractor

Preview

Mathematical model of the Lorenz attractor made in JavaScript and rendered with ThreeJS.

EquationsEquations

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 [email protected]
Project Lang. JavaScript
First Release 5th Feb 2023
License GNU GPL v3.0

How to run

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.