Skip to content

ThinkSolidification/GPUSPH-GUI

 
 

Repository files navigation

GPUSPH-GUI

Cross-Platform GPUSPH GUI

Install

Clone the repo via git:

git clone --depth 1 --single-branch --branch dev https://github.com/rtorrisi/GPUSPH-GUI.git GPUSPH-GUI

Install the dependencies with yarn.

$ cd GPUSPH-GUI
$ yarn

And then copy a compiled GPUSPH executable to the root of ./GPUSPH-GUI

Starting Development

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 dev

If you don't need autofocus when your files was changed, then run dev with env START_MINIMIZED=true:

$ START_MINIMIZED=true yarn dev

Packaging for Production

To package apps for the local platform:

$ yarn package

About

Cross-Platform GPUSPH GUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.1%
  • CSS 6.1%
  • HTML 1.8%