A small Lua module for The Powder Toy that implements "0D megastack synthesis", whatever that is supposed to be.
meson setup -Dbuildtype=release -Dinstall_dir=/path/to/lua/module/dir build
cd build
ninja
ninja install # needs write privileges to install_dir
KS adder demo in here.
loadfile("/path/to/examples/tpt_runner.lua")({
-- don't set spaghetti_install_path if you installed spaghetti to your default module path
spaghetti_install_path = "/path/to/spaghetti/install/path",
design_path = "/path/to/examples/ks.lua",
})