Giter Club home page Giter Club logo

libgexf's Introduction

Name:
LibGEXF - libgexf

Version:
0.1.2 (10/12/2009)

Description:
A dynamic library for creating, reading and writing efficiently a GEXF file.

  No brain-fucking to use the Graph Exchange XML Format in your programs!

Usage:
  * add -I/usr/include/libgexf -I/usr/include/libxml2 to the g++ compiler options
  * add -lgexf -lxml2 to the g++ linker options
  * insert #include <libgexf.h> in your C++ program. Namespace: libgexf

Assumptions:
This library have only been tested on Ubuntu 8.10 and 9.04. 
It has been compiled with g++ 4.3.2. 
Bindings to scripting languages are not included inside this package.

Requirements:
libxml2, libc6

Known Issues:
No one...for the moment :)

API documentation:
  * http://gexf.net/lib/api/ (up-to date)

Support:
  * https://launchpad.net/libgexf (bug tracking, blueprint submitting and question answering)
  * http://forum.gephi.org/viewforum.php?f=10 (anything else)

Acknowledgements:
Julian Bilcke for early testing.

Author(s):
Sebastien Heymann <[email protected]>

Copyright:
See the copyright file.

Version history:
See the changelog file.

FAQ:
  * Did you do a lot of testing on this?
    No, I tested the main methods to create a GEXF object, reading a GEXF file and writing one. 
    It seems to work, but you may use this library in a slightly different way than me and find unexpected behaviors.
    In this case please contact me :)

  * How much memory does it use?
    It depends on the graph you process! 
    The XML reading and writing are optimized (no DOM nor SAX), but the memory structure is a first sketch.

  * How much does this cost?
    $0.00 (It is free.) 

libgexf's People

Contributors

pmateusz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.