Cross-Platform GPUSPH GUI
Clone the repo via git:
git clone --depth 1 --single-branch --branch dev https://github.com/rtorrisi/GPUSPH-GUI.git GPUSPH-GUIInstall the dependencies with yarn.
$ cd GPUSPH-GUI
$ yarnAnd then copy a compiled GPUSPH executable to the root of ./GPUSPH-GUI
Start the app in the dev environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:
$ yarn devIf you don't need autofocus when your files was changed, then run dev with env START_MINIMIZED=true:
$ START_MINIMIZED=true yarn devTo package apps for the local platform:
$ yarn package






