-
Notifications
You must be signed in to change notification settings - Fork 1
License
ml1nk/libgexf
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
<Unofficial> Name: LibGEXF - libgexf Version: 0.1.3 (02/12/2017) 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: * https://ml1nk.github.io/libgexf/annotated.html * http://gexf.net/lib/api/ (0.1.2) 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.)
About
No description or website provided.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published