Skip to content

00mjk/lorenz-opengl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lorenz System

Interactive demo of a chaotic Lorenz system.

  • Uses RK4 integration to solve the system numerically.
  • OpenGL with GLFW and gl3w for rendering

Youtube video: https://www.youtube.com/watch?v=3YdTHaBjJGo

Usage

Run make to build, then run ./lorenz.

Controls

Click and drag to look around the system. Right-click and drag to re-position the system.

TODO

  • Get rid of code duplication of 3D math-related helper functions in the head/tail vertex shaders.
  • Improve controls. Right now, it does not feel very intuitive.

About

Lorenz System in OpenGL

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 76.2%
  • C++ 23.0%
  • Other 0.8%