November 24, 2012

Back online - ObjExporter for 2.0

In the last two weeks we had really bad problems with malware on our private server. We wiped everything, and will need some more days to get all the pictures and files back online.
But there are also good news. We redesigned the obj-exporter (now GeoExporter, because we want to add more export otions) library that should work fine with processing-2.0 now. You can get it here.

Labels: ,

September 16, 2012

correlations library v0.4



new version alpha 0.4 of the correlations library for processing. There are three examples in the zip-file showing new features of the library:
  • interactive nodes (change color, size, caption)
  • interavtice arrows (change value, add/delete relation)
  • xml import/export
  • events, giving feedback, when the user changes something

for more information, please take a look at the java reference. You can download the library package including the source code and 3 Processing examples here.

Labels: , ,

June 28, 2012

swarm simulation + correlations library

new version of the correlations library coming soon...
click 'HD' to watch in fullsize please!

Labels: ,

June 24, 2012

gui: ObjectMenu

Update 01:
added the possibility to fix the menue
added the possibility to set a MenueStyle

ObjectMenu, is an easy to use library that gives you control over the fields(variables) and methods of an object. A ObjectMenue can be called for every object of a class implementing the ObjectMenueInterface and the appendant public ArrayList getElements(){} method that defines witch fields are accessable, and how they are editable.

Suported:
  • Boolean
  • Integer
  • Float
  • String
  • Methods (without arguments)
  • Submenues (for objects implementing the ObjectMenueInterface)

We uploaded an example to openprocessin.org.



You can download the library package including the source code and a little Processing example here.

Labels: ,

June 14, 2012

evolutions library

evolutionary algorithms are a wonderful way to solve problems, you do not have the complete knowledge to solve manually. Since we experimented a lot with evolutionary algorithms in the past, we started to build a library for java, that offers the data structure of the algorithm. This is a pre alpha version, its still single core, but its working quite nice allready.

We uploaded a simple example to openprocessin.org.

datastructure of the library (click to enlarge)


You can download the library package including the source code and a little Processing example here.

Labels: ,

May 4, 2012

openprocessing



We startet to upload some sketches to OpenProcessing.org.
Stay tuned for updates, there is more to come!

Labels: ,

July 6, 2011

correlations library



A small library for creating quick drawings of correlation between elements.
You can draw elements, give them colors and names and define relations to other elements. Please take a look at the Processing example, included in the zip file (link below)

Update: XML-export and -import
There are two more functions implemented in the new version: Board.importXML(String fileName), Board.exportXML(String fileName). All Elements and theirs attributes (relations, positions, colors, ...) are saved in an XML file and can be imported into the sketch again.




for more information, please take a look at the java reference. You can download the library package including the source code and a little Processing example here.

Labels: ,