I’m working with visual python on a project where I need to simulate a physical movement.
I’d like to present, in a different window than the one the actual, 3D sim is running, two graphs, both related to the movement:
-
How the velocity and angular velocity
progress over time. -
How the movement and rotation
progress over time.
All these vars are refreshed once per cycle (inside a while(true))
How can I accomplish this?
Thank you for your time!
I’ve accomplished what I wanted with
gdisplay. Reference: here