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: ,