###An open source view server implemented in Scala and HTML5
How to get started
- install IntelliJ Community Edition (latest version)
- install SDKMan (https://sdkman.io/)
- type>
sdk install java 11.0.2-open
- Clone the repo into a directory on your machine
- Open the project in maven by select the root pom.xml (make sure you select "enable adding maven modules, auto import etc..)
- you should get one root module vuu-parent in a project list, select this
- when the project opens you should have 3 sub modules
Running the View Server
- Go to the SimulMain.scala, right click and run (add these into JVM args -Xmx10G -Xms5G -XX:UseG1GC)
- Go to the SwingClientMain.scala, right click and run