Skip to content

anand-kamble/Lorenz-Attractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 anandmk837@gmail.com
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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published