Hello everyone.
I created a simulation program that simulate cell behaviour and I would like to see in a 3d View the cell (as simple sphere). The simulatior has an endless while which evaluate the new position of the cells and their Color (based on biological information).
Now my problem.
I was able to create a class with the basic function (draw(), setup()) and I was able to depict several spheres in the scene. I created a method which will set the position of the spheres BUT when I call it the windows remain white and busy. I think the while cycle don’t allow cinder to render.
How can I solve this problem ?
Thanks