FBPGraph

FBP Graph Library for Haxe.
https://github.com/darmie/FBPGraph.git

To install, run:

haxelib install FBPGraph 0.0.3 

See using Haxelib in Haxelib documentation for more information.

README.md

FBP Graph Library for Haxe.

This library provides a Haxe implementation of Flow-Based Programming graphs. There are two areas covered:

  • Graph - the actual graph library
  • Journal - journal system for keeping track of graph changes and undo history

See this for more information.

Installation

$ haxelib install FBPGraph

Usage

var source:String = sys.io.File.getContent('some/path.json');
var json:Graph.Json = haxe.Json.parse(source);
Graph.loadJSON(json, function(err:Dynamic, graph:Graph), {});
Contributors
darmie
Version
0.0.3
Published
7 years ago
License
MIT

All libraries are free

Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!

Explore Haxe

Haxe Manual

Haxe Code Cookbook

Haxe API documentation

You can try Haxe in the browser! try.haxe.org

Join us on GitHub!

Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.

Haxe on GitHub