Skip to content

andreacasalino/Easy-Factor-Graph-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What you should see when running the application

This graphic user interface is inteded to create, inspect, import or export undirected graphical models. The application is completely cross platform thanks to this C++ http server implementation. The application is made of 2 big components:

  • Frontend, an html script represented by EFG-GUI.html
  • Backend, a C++ application that can be compiled using Cmake which wraps Easy-Factor-Graph, a library I wrote for handling undirected graphical models.

Compile:

  • initialize the git submodule with the following command (from root)

    • git submodule update --init --recursive
  • compile the Cmake project an run the INSTALL command

    • after that, the backend application named EFG-GUI will be appear in the installation folder, under bin

Run:

  • got to the installation folder and then inside bin.
  • run the application named EFG-GUI
  • open in your favourite browser the script EFG-GUI.html
  • have fun with the GUI :)

About

Nice Interactive application to handle undirected graphical models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published