animation_nodes_manual icon indicating copy to clipboard operation
animation_nodes_manual copied to clipboard

Official documentation repository for the Animation Nodes Project.

Animation Nodes Manual

https://docs.animation-nodes.com

This is the official manual for the Animation Nodes project.

Contributing

  1. Fork the repository.
  2. Add some useful description of nodes, images, examples, correct typos, ...
  3. Create a pull request to integrate your modifications into the official repository.
  4. Wait for your modifications to be accepted.
  5. Congratulations, you have added some very useful information for future users!

Building

  1. Install Hugo.
  2. Clone the forked repository to your computer.
  3. Open the folder that contains the repository.
  4. Execute hugo to build the documentation to the public/ directory.
  5. Or execute hugo server and open the browser at localhost:1313 for live builds.