|
2 | 2 |
|
3 | 3 | Get started with the [Gephi](http://gephi.org) Platform and start to create [Gephi Plugins](http://gephi.org/plugins) by looking at these examples. |
4 | 4 |
|
5 | | -The Gephi Plugins Bootcamp is the best sources of examples and good practices to create all types of plug-ins (layout, filter, io, visualization, ...). Consult the [**Javadoc**](http://gephi.org/docs) to discover the different APIs. Documentation is also available on the [Toolkit Portal](https://wiki.gephi.org/index.php/Plugins_portal) on the wiki. |
| 5 | +The Gephi Plugins Bootcamp is the best sources of examples and good practices to create all types of plug-ins (layout, filter, io, visualization, ...). Consult the [**Javadoc**](https://gephi.org/gephi/0.9.0/apidocs/) to discover the different APIs. Documentation is also available on the [Gephi Plugins](https://github.com/gephi/gephi-plugins) repository. |
6 | 6 |
|
7 | | - |
| 7 | + |
8 | 8 |
|
9 | 9 | ## What's inside? |
10 | 10 |
|
@@ -125,41 +125,3 @@ Complete list of the plug-ins examples included in the bootcamp: |
125 | 125 |
|
126 | 126 | * **New panel** |
127 | 127 | * Example of a new panel plugin set up at the ranking position. |
128 | | - |
129 | | -## Installation |
130 | | - |
131 | | -Follow the steps to get the right development environment for developing Gephi plug-ins. The bootcamp contains the latest version of the Gephi Platform plus the examples. |
132 | | - |
133 | | -- Download and install the latest version of [Netbeans IDE](http://netbeans.org). |
134 | | -- Fork and checkout the latest version of the Gephi Plugins Bootcamp |
135 | | - |
136 | | - git clone [email protected]:username/gephi-plugins-bootcamp.git |
137 | | - |
138 | | -- Start Netbeans and Open Project. The bootcamp is automatically recognized as a module suite. |
139 | | -- Right click on the project and select 'Run'. This starts Gephi with all the example plug-ins loaded. |
140 | | -- Expand the list of modules and double-click on each to open them and browse the sources. |
141 | | - |
142 | | -Once you feel comfortable starting your own plug-in, simply delete all examples and create your own module. You can find more information on the [Plugin Quick Start (5 minutes)](http://wiki.gephi.org/index.php/Plugin_Quick_Start_(5_minutes)). |
143 | | - |
144 | | -Consult the [**Javadoc**](http://gephi.org/docs) to browse the APIs. |
145 | | - |
146 | | -#### Without Netbeans |
147 | | - |
148 | | -You can also see existing example and develop new plug-ins without Netbeans IDE. |
149 | | - |
150 | | -At the root directory of the bootcamp just do |
151 | | - |
152 | | - ant run |
153 | | - |
154 | | -to start Gephi with the plug-ins. |
155 | | - |
156 | | -## FAQ |
157 | | - |
158 | | -#### How to add a new module? #### |
159 | | - |
160 | | -Right click on your project and <code>Add New</code>. |
161 | | - |
162 | | -#### How to create a new panel? #### |
163 | | - |
164 | | -To profit from Netbeans' Visual Editor, create a JPanel instead of a standard Java class. |
165 | | - |
0 commit comments