Simulator
- class tissue_forge.SimulatorInterface
- static close()
Closes the main window, while the application / simulation continues to run.
- property cuda_config
CUDA runtime interface, if any
- static irun()
Interactive python version of the run loop. This checks the ipython context and lets ipython process keyboard input, while we also running the simulator and processing window messages.
- static redraw()
Redraw the scene
- static run(*args, **kwargs)
Runs the event loop until all windows close or simulation time expires. Automatically performs universe time propagation.
- Parameters:
args (double) – period to execute, in units of simulation time (default runs infinitely)
- static show()
Shows any windows that were specified in the config. This works just like MatPlotLib’s
showmethod. Theshowmethod does not start the universe time propagation unlikerunandirun.
- property threads: int
Number of threads
- property throw_exceptions: bool
Whether errors result in exceptions
- tissue_forge.Simulator
- Type:
Simulator runtime interface