Documentation in progress!
'Fabscription' is an interface to document material output with digital fabrication machines. It lets you scrub video documentation, machine instructions, and source code of a fabrication process. Check out an example here!
The system is intended to be used with p5.fab to explore material behaviour with creative code. Check out the docs for more info about p5.fab.
Use the online interface here!
git clone https://github.com/machineagency/fabscription.git
cd fabscription
npm install
npm run dev
npm run build
npm run deploy