Network-related utilities for use with Processing.

This package includes utilities for representing networks. It includes a particle viewer that can display networks of nodes and or edges using spring embedding and force directed layouts. To use the classes in this package, you will also need to have the traer physics and animation libraries installed (see related documentation below).

To check you have the latest version of the gicentreUtils package, display the results of Version.getText() or Version.getVersion(). It should match that shown in this API documentation.

Related Documentation