EventMasterSimControl
Event Master Simulator Control
Install / Use
/learn @DrewLX/EventMasterSimControlREADME
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.
