Skip to content
Fluidlog edited this page Nov 12, 2015 · 23 revisions

Welcome to the fluidgraphclient wiki!

Installation

To install fluidgraphclient :

git clone --recursive https://github.com/fluidlog/fluidgraphclient.git
git submodule foreach git pull origin master

"--recursive" option allow to install fluidgraph library automatically The second line allow to get the last version of fluidgraph module.

Explanation

This client use fluidgraph library functions to load a graph or create a graph from scratch. To understand fluidgraph library, please go to https://github.com/fluidlog/fluidgraph repository.

New graph

Demo graph (when you start)

help

Please read the documentation of the client in the help menu at the top right of the screen

Clone this wiki locally