To run "new_gui", use the "make run" command
"Start Simulation" button: opens a new thread to increment all values every second
"Stop Simulation" button: updates runMainLoop flag to False to finish thread
Node.js is required to run any of the commands below!
To run the GUI:
npm start
To build on MacOs:
npm run build_darwin
To build on Windows:
npm run build_windows
To build on Linux:
npm run build_linux