Skip to content

drito256/chaotic_attractors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chaotic attractors

Interactive simulation of chosen chaotic attractors written in OpenGL/C++ using following libraries:

  • GLFW
  • GLM
  • ImGui

Attractors shown in simulation:

  • lorenz
  • halovrsen
  • chen
  • four-wing
  • sprott
  • thomas
  • dadras
  • nose - hoover
  • aizawa
  • rossler

Lorenz


Four-wing


Sprott


Building on Linux:

Before running the application you will need following packages:

build-essential mesa mesa-dev mesa-common-dev mesa-utils glfw-x11 glm

To compile it simply use: make in /src folder

And finally to execute the application use: ./demo

Releases

No releases published

Packages

No packages published