- Notifications
You must be signed in to change notification settings - Fork12
AliensGroup/Gtk.NodeGraph
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Provide a widget, to create and edit a node graph usingGtkSharp.This project was primarily a C# port of thegtknodes project, a GTK+ library in C.Some types and functionalities as been modified or added to match a better C# workflow.
Gtk.NodeGraph provides you these functionalities:
- Creation of simples to complex flow graphs, using a very simple API.
- Event based node data reception and emission.
- Automatic node socket compatibility check during flow graph creation (eg. A node socket which output an integer can't be connected to a node which receive string)
- Save your graphs to XML files, formatted like GtkBuildable files, to allow any GTK developers (even those who don't know GtkSharp) to consult/edit them.
- Load your previously saved graphs from XML files.
There are some samples to showcase the Gtk.NodeGraph library:
A simple calculator application using these nodes:
- BinaryOperationNode:Process an operation between two input values and out put the result.
- ResultNode:Just show the result of an operation.
- Publish package to Nuget
This project is uses the same license as the original project (gtknodes), which isGNU Lesser General Public License (LGPL).
About
A GtkSharp library to create, edit, and save, graphical flow graphs with nodes, connections, and data transmission between them.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.
