Files
swerve-visualizer/README.md
2025-11-10 10:28:24 -05:00

556 B

MuneBase Swerve Sim

A browser-based simulator for Swerve Drive robots.

Live demo: https://swerve-vis.munebase.dev

You can host the project locally with a simple static server and open it in your browser:

  • Python 3 (built-in):

    python3 -m http.server 8000

    Then open: http://localhost:8000

  • Node.js (with npx):

    npx http-server -c-1 .

Open index.html from the project root in your browser if your editor provides a static preview.

Notes

  • Third-party scripts are in the vendor/ directory.

License

This repository is provided as-is.