Skip to content

bonewell/spfgui

Repository files navigation

Build Status

spfgui

GUI client for SPF microservice

Build

$ mkdir build
$ cd build
$ conan install ../libspfclient
$ export Qt5_DIR=<path-to-qt>/lib/cmake/Qt5
$ export Qt5QuickTest_DIR=<path-to-qt>/lib/cmake/Qt5QuickTest
$ cmake ..
$ cmake --build .

Run tests

$ ./qmltests/qmltests

Run

$ ./spfgui

Using

  • Click on empty place to create a vertex.
  • Double click on the vertex to remove it.
  • Click one vertex and then other vertex to set the edge between them. Set weight in the popup.
  • Double click on the weight label to remove the edge.
  • Click one vertex and then long press on other vertex to calculate the shortest path.

About

GUI client for SPF microservice

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published