Skip to content
forked from finos/vuu

Vuu - an open source view server and html 5 based UI system

License

Notifications You must be signed in to change notification settings

keikeicheung/vuu

Repository files navigation

vuu

###An open source view server implemented in Scala and HTML5

How to get started

  1. install IntelliJ Community Edition (latest version)
  2. install SDKMan (https://sdkman.io/)
  3. type>sdk install java 11.0.2-open
  4. Clone the repo into a directory on your machine
  5. Open the project in maven by select the root pom.xml (make sure you select "enable adding maven modules, auto import etc..)
  6. you should get one root module vuu-parent in a project list, select this
  7. when the project opens you should have 3 sub modules

Running the View Server

  1. Go to the SimulMain.scala, right click and run (add these into JVM args -Xmx10G -Xms5G -XX:UseG1GC)
  2. Go to the SwingClientMain.scala, right click and run

About

Vuu - an open source view server and html 5 based UI system

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 59.7%
  • Scala 24.7%
  • HTML 6.7%
  • CSS 5.2%
  • JavaScript 1.9%
  • Java 1.7%
  • Other 0.1%