The application is essentially GUI and some logic, and uses the powerful, small and fast FOX library for cross-platform GUI building and OpenGL handling.
This application is to be intended as just a demo: is likely to be full of bugs, but working correctly with shipped models in most common situations. Moreover, it isn't officially supported by anyone, even if I appreciate feedback, comments and suggestions. Note that this is my first FOX application, as well as my first C++ program after a couple of years, so please be gentle in reviewing the sources:-)
Lets see how it works with a couple of screenshots...
This is how it looks when started on my linux box:

After opening a model (here the Rossler model), a new subordinate window pops up:

Now we can compute a trajectory:

Feed in sensible starting values, parameters, time span (in time units), transient and step size to be used in numerical integration:


On the left side, you can choose which variables to show. Here the model has just 3 variables, named 'x','y' and 'z', so not many options. But you can always include the time axis in the plot:

That's all. Have fun!