Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yeregorix/lorenz
A 3D explorer of the Lorenz attractor
https://github.com/yeregorix/lorenz
3d java javafx lorenz math opengl
Last synced: about 1 month ago
JSON representation
A 3D explorer of the Lorenz attractor
- Host: GitHub
- URL: https://github.com/yeregorix/lorenz
- Owner: Yeregorix
- License: mit
- Created: 2019-03-31T11:10:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T21:33:46.000Z (about 1 year ago)
- Last Synced: 2024-10-12T20:24:06.538Z (2 months ago)
- Topics: 3d, java, javafx, lorenz, math, opengl
- Language: Java
- Homepage:
- Size: 503 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lorenz
Lorenz is a 3D application using OpenGL made during my preparatory class for a math project.
The subject was the application of the Runge-Kutta 4th order method to solve Lorenz's differential equations. This tool
allows you to navigate in the so-called Lorenz attractor which is a classic example of the chaos theory. You can create
multiple curves with different options and colors to illustrate the chaotic behavior.![Screenshot](/images/screenshot.png?raw=true)