https://github.com/gephi/gephi-toolkit-demos
Quick demos using the Toolkit
https://github.com/gephi/gephi-toolkit-demos
Last synced: 3 months ago
JSON representation
Quick demos using the Toolkit
- Host: GitHub
- URL: https://github.com/gephi/gephi-toolkit-demos
- Owner: gephi
- Created: 2011-12-20T02:09:57.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T19:29:50.000Z (almost 3 years ago)
- Last Synced: 2025-06-12T02:36:10.788Z (7 months ago)
- Language: Java
- Homepage:
- Size: 337 KB
- Stars: 94
- Watchers: 21
- Forks: 89
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gephi Toolkit Demos
The Gephi Toolkit project package essential modules (Graph, Layout, Filters, IO...) in a standard Java library, which any Java project can use for getting things done.
The toolkit is just a single JAR that anyone could reuse in a Java program. This tutorial aims to introduce the project, show possibilities and start write some code.
## Use this demos:
- Open the project in Netbeans IDE.
- Each demo is independent from each other.
- Run demos by calling script() method or via maven `mvn exec:java -Dexec.mainClass="org.gephi.toolkit.demos.Main"`.
- Change the main class to execute a demo
Consult the Gephi Toolkit [Javadoc](https://gephi.org/gephi-toolkit/0.9.2/apidocs/) for help.
## References:
* See [website](http://gephi.org/toolkit)
* [Source code](https://github.com/gephi/gephi-toolkit-demos)