Skip to content

joshuaPurushothaman/rust-pid-sim-bevy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust PID Controller Simulation

This is similar to my other Rust PID Controller simulator. The only difference is that the original used SDL2 and this uses Bevy to run the simulator.

I'm using this to:

  • learn Bevy with a familiar project
  • expand on the PID Controller simulator
  • eventually use it as a small testing ground for some more stuff I've been wanting to implement with:
    • "live plotting"
    • Rendering to a terminal with Unicode and ANSI coloring trickery (something I've done before with C++ and C#)

About

Simulates a PID Controller... in Bevy now!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages