Warning

This documentation will no longer be mantained. The official FARGO3D repository is now https://github.com/FARGO3D/fargo3d, and the documentation is https://fargo3d.github.io/documentation/

Download

The git repository of the code can be found here.

Clone

HTTPS:

git clone https://bitbucket.org/fargo3d/public.git

SSH (bitbucket user required):

git clone git@bitbucket.org:fargo3d/public.git

Fork & Sync

To fork and sync the repository follow the bitbucket documentation.

Working with different versions

Switch to the commit tagged as 2.0 to work with version 2.0.

git checkout -b branch2.0 2.0

Switch to the commit tagged as 1.3 to work with version 1.3.

git checkout -b branch1.3 1.3