Skip to content

valsid/Graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph

Graph is a poorly named desktop application for graph operations.

Available methods:

You can also enable force-directed vertex placement method in settings

Build

Requirements

Build from the command line

Setup Qt environment and run the following commands from project root:

mkdir build_dir
cd build_dir
qmake ../src/Graph.pro
make Makefile

For MinGW replace make line to:

mingw32-make.exe -f Makefile

Build from QtCreator

Setup Qt environment and open Graph.pro project file with QtCreator. Build project. So it's easy to build in QtCreator

Running the unit tests

  • will be possible after they are written

Releases

No releases published

Packages

No packages published