Skip to content

KristianKarl/GraphWalkerEditor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphWalkerEditor

A GraphWalker Editor

Using this editor, you can create models to be used by GraphWalker. GraphWalker uses a special syntax, which the editor will enforce.

See http://graphwalker.org/docs

###Dependencies###

Following development libraries need to be installed.

OGDF - https://github.com/ogdf/ogdf

QT4 - http://qt-project.org/

###Building###

# Clone the repo
git clone https://github.com/KristianKarl/GraphWalkerEditor
cd GraphWalkerEditor
mkdir build
cd build

# Build it
cmake -DCMAKE_BUILD_TYPE=Debug ..
make

# Run the editor
./gwe

# Run the unit tests
./gwe_unit_test

About

A GraphWalker Editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Game Maker Language 55.4%
  • C++ 42.0%
  • CMake 2.6%