Download the latest version:
openvisuals027.zip - version 027- 05.01.2008 - source code can be found in src folder.
OpenVisuals API is a programming library for Processing (and Java Applets), that helps visulization creators and artists to easily create an information visualization. The major API sections provides:
- importing of datasets from OpenVisuals (xml importing ready)
- a customization interface (not ready: looking for better solutions than java awt)
- enabling the communication of the visualization and OpenVisuals website
- making the visualization work with any dataset uploaded to OpenVisuals.
To import the library, download and unzip it under processing > libraries folder. So it should look like: processing > libraries > openvisuals > library > openvisuals.jar. Then when you are building an application in Processing, select sketch > import library > openvisuals from the menu.
Version Information:
027 - openvisuals027.zip
better version naming.. website communication added - sending visualization variables to the website. couple of fixes on randomTable() / loadDatasetXML() issues.
0.0.11 - OpenVisuals.zip - version 0.0.11
interface created - (currently works only for debugging purpose) many new functions still only working with numbered dataset (data table is float[][]) first helper function is there - ov.normalizeField(); dataset to be loaded can be defined with ov.setDatasetXML(String xml); and many more improvements + bug fixes...
0.0.1 alpha - OpenVisuals.zip - version 0.0.1
sample functions are created. data table functions are created. simple interface is initialized.
0 Responses to “OpenVisuals Library Download”