Simple strange attractors visualizer on C++.
Version: 1.0.0 (17.07.2024)
Inspired by complexity-explorables.
- 4 strange attractors
- Supporting Ubuntu and Windows
- Fullscreen mode
- Style customizing
(Only for x64 processors) You can download pre-compiled binaries in releases.
For Windows:
- MinGW-w64
- CMake
- GNU Make
For Ubuntu, these packages:
- gcc
- cmake
- make
- Download zip-archive with source code.
- Extract the archive.
- (Only for windows) Open
run.bat
in Notepad and edit compiler and make paths if needed. - Open folder with
CMakeLists.txt
in terminal. - Enter these commands:
# Ubuntu
bash ./run.sh
# Windows
./run.bat
- Wait for compilation to complete.
- The Dotter's window should open.
- Then you can open
Dotter.exe
(Dotter
for Ubuntu) to run it again.
- OpenGL 3.3 compatible GPU
There are these libraries used in this project: