For UI and drawing using egui library
- dserver - WebSocket server
- diadro - Desktop application or WASM library, depending on selected compile target
If you're using Visual Studio Code use plugin Better Comments for a better perception.
- Build WASM file:
cd ./diadro
./build-web.sh
- WASM file and other files needed to run HTTP page located in diadro/docs
Three are two methods to run
- Through the IDE (Vscode od Atom or Intellij Idea) run main function from dserver/src/main.rs
- Through the command line using cargo
cargo clean
cargo run --package dserver