Packages

This project aims to be a simple library with which to build force directed graphs. Ideally, FDG will be used to produce visualiations of networks and static analysis of code.

Current section

Files

Jump to
fdg README.md
Raw

README.md

# FDG
---
[![Build Status](https://travis-ci.org/johnhamelink/elixir-fdg.svg?branch=master)](https://travis-ci.org/johnhamelink/elixir-fdg) [![Inline docs](http://inch-ci.org/github/johnhamelink/elixir-fdg.svg)](http://inch-ci.org/github/johnhamelink/elixir-fdg)
---
## This project is not yet complete, nor is it ready to be used. If you fancy helping making it complete, be my guest!
Simple library for producing Force directed graphs!
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add fdg to your list of dependencies in `mix.exs`:
def deps do
[{:fdg, "~> 0.0.1"}]
end
2. Ensure fdg is started before your application:
def application do
[applications: [:fdg]]
end