This is a copy of André Sier "A-Chaos" library for MaxMSP updated for Max 7/8/9 64 bit x86 / arm64
A-Chaos Lib is a library of non-linear strange attractors for the max programming environment extended from Richard Dudas' Chaos Collection, including the source.
(24 dynamic non-linear systems :: a-baker, a-clifford, a-collatz, a-duffing, a-fibonacci, a-ginger, a-henon-heilles, a-henon, a-henonf, a-henonphase, a-ikeda, a-jong, a-logistic, a-logistic1, a-lorenz, a-lorenz.e,a-lyapunov, a-navier-stokes, a-navier-stokes.e, a-rossler, a-stein, a-stein1, a-torus and a-verhulst)
Original source code can be found here: http://s373.net/code/A-Chaos-Lib/A-Chaos.html
another github mirror of original objects https://github.com/s373/a-objects_maxmspjitter_00-07
- Clone MAX SDK https://github.com/Cycling74/max-sdk to THISDIR/../max-sdk-8.2
or - Specify the folder with -DMAX_SDK_DIR= flag for cmake
mkdir build
cd build
cmake ..
make
or
./scripts/build.sh
./scripts/make-package-osx.sh
or
./scripts/install-package-7-osx.sh
./scripts/install-package-8-osx.sh
./scripts/install-package-9-osx.sh