Skip to content

GNodeGUI is a C++ graphical node editor library aimed at providing an interface for building and manipulating nodes in a graphical context.

License

Notifications You must be signed in to change notification settings

otto-link/GNodeGUI

Repository files navigation

GNodeGUI

GNodeGUI is a C++ graphical node editor library aimed at providing an interface for building and manipulating nodes in a graphical context. This library is currently used in the Hesiod GUI, a node-based system for heightmap generation.

Screenshot_2024-10-09_19-13-17

Features

  • Node-based graphical interface
  • Supports custom node definitions

Build Instructions

  1. Clone the repository:
    git clone --recurse-submodules https://github.com/otto-link/GNodeGUI.git
  2. Build using CMake:
    mkdir build && cd build
    cmake ..
    make

License

This project is licensed under the GPL-3.0 license.

About

GNodeGUI is a C++ graphical node editor library aimed at providing an interface for building and manipulating nodes in a graphical context.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published