Skip to content
This repository was archived by the owner on Mar 6, 2022. It is now read-only.

DrewLX/EventMasterSimControl

Repository files navigation

e2-sim-control

This is a simple Electron application, wrapping the work Nick Lloyd published for generating E2 XML files. This directly writes them for the simulator and lets you directly launch the simulator. Making the process much simpler.

To download

Go to the builds tab, and download the latest macOS or Windows version.

To Build Yourself

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/DrewLX/EventMasterSimControl
# Go into the repository
cd EventMasterSimControl
# Install dependencies
npm install
# Run the app
npm start

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

License

CC0 1.0 (Public Domain)