Hello,
I’m investigating using Xith for adding 3D visualization support to a simulation framework (repast.sf.net). The simulations are not games exactly but they do have similarities (e.g move your simulated objects, then update the display, repeat until pause or stop).
The simulation executes in its own thread and I’m wondering what sort of issues this raises. Ideally, we’d want to iterate a step of the simulation in this thread and then tell the scene graph to update itself. Is this possible? Is my question entirely wrong headed?
thanks,
Nick