Android port of JBotSim library
This library is a simple implementation of an Android Activity
used as a viewer for JBotSim topologies. It simply mimics behaviors of the JViewer
class of JBotSim.
The project is divided in three parts:
jbotsim-ui-android
contains the implementation of the viewer for Android Platform.jbotsim-examples
is a port of JBotSim examples in a single application.simple-viewer
is a kind of template to implement a viewer for specific nodes. It can be used as an entry-point for whom wants to port an algorithm on this platform