Fischx / evomorph

Automatically exported from code.google.com/p/evomorph
1 stars 0 forks source link

integrate the distributed system #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
we need to integrate the distributed system to speed-up the simulation
running on a cluster of machines 

I need to change the way that the SDL and OpenGL are initialized to only
initialize when the phenotype is going to be shown, and not when the
simulation are distributed over other machines.

Original issue reported on code.google.com by portava...@gmail.com on 3 Sep 2006 at 2:50

GoogleCodeExporter commented 9 years ago
Now there is two parts (programs):

one just evolve the creatures and does not need the OpenGL and SDL library
the other part is a viewer of the evolved creatures and has no evolution 
features,
just use the OpenGL and SDL to show the evolved creature

Original comment by portava...@gmail.com on 29 Sep 2006 at 7:09