aboutsummaryrefslogtreecommitdiffstats
path: root/egraph/README
blob: 4f1540188bcdaf5adcc11c40d9656866686e3af0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
egraph - library for rendering dynamic graphs in evas

Requirements
============

* Enlightenment Foundation Libraries
http://www.enlightenment.org
  * eina
  * evas
  * ecore
  * efx

* igraph v0.6
http://igraph.sourceforge.net/index.html
  * for Ubuntu: v0.6 is *not* available in ubuntu packages
You can download it here :
http://sourceforge.net/projects/igraph/files/C%20library/0.6/igraph-0.6.tar.gz/download
  * for Archlinux: yaourt -S igraph

Installation
============

make
sudo make install

You can run the demoapp in examples :
make -C examples
./examples/demoapp

You can use OpenGL rendering :
ELM_ENGINE=opengl_x11 ./examples/demoapp

Thanks
======

Thanks to ntamas (http://sixdegrees.hu/) for her advices on igraph.
Thanks to cedric for tech advices on evas / edje.
Thanks to vtorri for tech advices on evas / edje.
Thanks to zmike for tech advices on efx.
Thanks to raster for tech advices on evas / elementary.
Thanks to ludivina for graphical advices.

History
=======

Egraph was developped for the Glouglou Network Map (gg_map), a tool for
live computer network visualisation based on the Glouglou framework.