This project is based on Paper.js, it allows the user to create custom gifs using vector graphics.
Use it to draw a new shape with Bezier Curves.
Use it to move, resize and rotate a shape.
Use it to adjust the individual nodes of a shape.
Use it to add/modify the selected item on all frames.
Use it to move the selected shape along a path drawn when clicking and dragging.
Use them to apply custom colors.
Use it to import a .svg file into the current project.
Use it to compile your project into a GIF.
Shortcuts can be pretty useful when working with A_nim:
- P : Pen tool
- V : Shape Editor tool
- A : Node Editor tool
- S + Mouse Drag : changes the stroke width (only available with the Shape Editor tool activated)
- B : Change the background color to current fill color
- CTRL + G : Group/Ungroup selection
- CTRL + C/V : Copy/Paste
- Delete : Jump to first frame
- Space : Jump to next frame
- Enter : Play GIF
First download the .zip
file. Then in your terminal type:
$ cd Downloads/A_nim-master
You have to setup a local server in order to run A_nim. Try:
$ php -S localhost:8000
or :
$ python -m SimpleHTTPServer
Next, go to http://localhost:8000
in your favorite web browser and enjoy!