VexSim - VEX C++ Robot Simulator: Update v0.2.0

Hey everyone! I’m happy to announce the first update to VexSim! The following changes were made:

  • Support for gear ratios
  • Support for reversed motors

Future updates will be aimed at implementing support for more sensors and libraries. To determine in what order to implement things, I ask a question:

What libraries and/or sensors would you like to see implemented?

In case you aren’t aware of what VexSim is, VexSim is a robot simulator that can run your code with accurate physics. You can download it here: VexSim - Visual Studio Marketplace

surely you would have at least some images or videos of how it worked right? i looked at the vs code marketplace listing and the github repo, there aren’t any figures that display what the simulator actually looks like

additionally, it would be good practice to include build instructions for multiple operating systems, not just windows

Hi! Currently, it’s only supported on Windows, as I don’t have access to another machine to test it. I will include some photos later as well. Thanks for the feedback!