Graft Animation Language on Raspberry Pi

Because the Rapsberry Pi uses a slightly older Python version, there is a special version of Graft for it.

Here's how to get it:

Graft
sudo apt install python3-attr at-spi2-core
sudo apt install imagemagick
git clone https://github.com/andybalaam/graft.git
cd graft
git checkout raspberry-pi
./graft 'd+=10 S()'

If you're looking for a fun way to start, why not try the worksheet "Tell a story by making animations with code"?

"Tell a story by making animations with code"

For more info, see Graft Raspberry Pi Setup.

Originally posted at 2018-10-09 22:44:40+00:00. Automatically generated from the original post : apologies for the errors introduced.

Graft Raspberry Pi Setup
original post