Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

vexide/pros-simulator-gui

Repository files navigation

PROS Simulator

Simulate VEX robot code without real hardware. Download using the Releases section in the sidebar. Currently, the most stable platforms are macOS and Windows because I've been doing lots of testing on them.

Contributing

Use pnpm to install dependencies and build the project. Consider using Corepack (bundled with Node.js installs) to switch to the correct version.

Command Usage
pnpm install Install dependencies
pnpm tauri dev Launch app in development mode
pnpm tauri build Build app for current platform