Skip to content

A generic node-based data structure for node graph programming in C++

License

Notifications You must be signed in to change notification settings

otto-link/GNode

Repository files navigation

gnode_banner This is just a nice picture.

GNode

A generic node-based data structure for node graph programming in C++.

License

This project is licensed under the GNU General Public License v3.0.

Getting started

Building

Build by making a build directory (i.e. build/), run cmake in that dir, and then use make to build the desired target.

mkdir build && cd build
cmake ..
make

To get the documentation:

cd build
make doc_gnode
[YOUR_WEB_BROWSER] doc/doc_doxygen/html/index.html

Usage examples

Examples are provided in the examples folder.

Dependencies

About

A generic node-based data structure for node graph programming in C++

Topics

Resources

License

Stars

Watchers

Forks