Tutorials

Three walkthroughs that each end with something running. Every command is copyable, and every number quoted is one the tool prints for itself.

Before you start

All three assume the engine is built. Tutorials 2 and 3 also need the shared library and the Python bindings.

git clone https://github.com/BonucciAndrea/amber && cd amber
chmod +x a build.sh install.sh
./build.sh --shared          # ./amber + libamber.so
./a                          # sanity: the REPL opens

See the installation guide if anything there surprises you.