I am working on a simulation in Queueing Theory, within a wxPython GUI. (Project link.) What would be a good tool for visualizing the simulations? The visualization should consist of simple objects, such as clients, servers, a facility and a population. They should all be represented by simple boxes or something like that. There will be several queues in which clients will wait.
Since this is a visualization of a progressing simulation, objects will move around the screen, and it would be nice if they could move smoothly from one place to another, and not jump abruptly.
What would be a good tool to create that visualization? I could do it in native wxPython graphics. I could also use PyGame. But maybe someone here has something better to recommend?