StStep / tatzelwurm-client

Godot engine and wiki with some trig-examples of mass-battle movement, i.e., combining arcs and lines.
MIT License
4 stars 0 forks source link

Add dynamic parameter selection to debug plot #183

Closed StStep closed 4 years ago

StStep commented 4 years ago

Add an ability to affect real-time debugging by switching values during runtime.

Some issues with movement might only appear in one approach direction or at certain accelerations. This would make it faster to reproduce them.

StStep commented 4 years ago

This has grown to making Plot.tscn more robust, and show a small animation.

StStep commented 4 years ago

I have an animation, now I need to add a panel to dynamically control Mobility and the target. Mobility will be universal but the target might change units/type based on what's being simulated.

StStep commented 4 years ago

This has been complete, and has helped to finish #179