Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A GtkSharp library to create, edit, and save, graphical flow graphs with nodes, connections, and data transmission between them.

NotificationsYou must be signed in to change notification settings

AliensGroup/Gtk.NodeGraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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.

Features

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.

Samples

There are some samples to showcase the Gtk.NodeGraph library:

Calculator

Calculator App

A simple calculator application using these nodes:

TODO

  • Publish package to Nuget

License

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp