Warning
Archived on GitHub and moved to https://git.sr.ht/~gary_moore/Chaos-Equations
Forked from https://github.com/HackerPoet/Chaos-Equations
Simple mathematical art – Cross-platform port of https://github.com/HackerPoet/Chaos-Equations
Video: https://youtu.be/fDSIRXmnVvk
Provided is the Unix way of building the project. This hasn't been tested on macOS. Tested to work on a Raspberry Pi.
Required dependencies on debian or ubuntu:
sudo apt install build-essential cmake libsfml-devIn the projects directory, do the following.
mkdir Release
cd Release/
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ..
makeThe build artifact will show up in the Release/ folder and can be executed right away.