I have made a pygame physics simulation–‘a projectile motion’ but it lacks interactivity like accepting angle of launch,speed etc. I am wanting to add input boxes with increase decrease arrows but don’t know how to go about it. Thanks for the help.
I have made a pygame physics simulation–‘a projectile motion’ but it lacks interactivity like
Share
Maybe you can try PGU (Phil’s pyGame Utilities).
In addition to other tools, it has a library for creating GUIs.
This PGU demo shows probably something similar to that you are looking for: