Skip to content

Latest commit

 

History

History
60 lines (49 loc) · 1.44 KB

README.md

File metadata and controls

60 lines (49 loc) · 1.44 KB

Dotter

Simple strange attractors visualizer on C++.

Version: 1.0.0 (17.07.2024)

Inspired by complexity-explorables.

✨ Features

  • 4 strange attractors
  • Supporting Ubuntu and Windows
  • Fullscreen mode
  • Style customizing

📸 Screenshots

💿 Pre-compiled Binaries

(Only for x64 processors) You can download pre-compiled binaries in releases.

▶️ How To Build

🔧 What You Need

For Windows:

  • MinGW-w64
  • CMake
  • GNU Make

For Ubuntu, these packages:

  • gcc
  • cmake
  • make

📄 Steps

  1. Download zip-archive with source code.
  2. Extract the archive.
  3. (Only for windows) Open run.bat in Notepad and edit compiler and make paths if needed.
  4. Open folder with CMakeLists.txt in terminal.
  5. Enter these commands:
# Ubuntu
bash ./run.sh

# Windows
./run.bat
  1. Wait for compilation to complete.
  2. The Dotter's window should open.
  3. Then you can open Dotter.exe (Dotter for Ubuntu) to run it again.

⚙️ System Requirements

  • OpenGL 3.3 compatible GPU

😃 Dependicies

There are these libraries used in this project: