disabling the screen
I am using Brevecreatures for a while now, but I am not that familiar with the Code itself, and I wanted to ask if there was any possibility of disabling the rendering process during the evolution. My intention is that the evolution would run faster until one wanted to restart the simulation and look at the result with the camera. I already tried to insert "(controller get-main-camera) disable." after the "+ to init:" line, but this showed no effect on the display. Do you have any idea how to do this?

./bin/breve -x
./bin/breve -x demos/Physics-Examples/Creatures.tz
Thanks for the response Do I
Thanks for the response
Do I have to start the file from this directory (I assume it is a windows directory because I could not find it on my Mac)? How do I use this to change the display handling?
you'll need the command line
you'll need the command line version which is a separate download, which is what he was talking about. it doesn't run a window at all, so it should go fast.
Command line doesn't seem to work properly...
I have downloaded the command line version and could get it started with display turned on, but when I make use of the -x command with breveCreatures, the terminal responds with a bus error, and terminates the simulation.
This happens just after the four warnings of the unused variables (nodelist, low, lowest, h).
I have tested some other simulations with the -x command, and they worked without any interruptions. I have no idea what could prevent the program from starting...
Also, the accuracy of the simulation seems to me to be decreased (for example, the Braitenberg vehicle bumps into the ramp instead of driving over it). Does anyone have experiences with this?