没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > StructureGraphic |
StructureGraphic
|
1 | 0 | 4 |
贡献者 | 讨论 | 代码提交 |
A library written in java, to help visualize data structures. Mainly, but not only, for debugging purposes. Originaly, this started for helping the debugging of Red Black trees, and it evolved much since then.
The library connects to existing data structures with minimal to no effort (depending on how "nice" is the structure) using either reflection or interfaces. Parsing of certain text formats is also supported.
Currently, only data structures which can be represented as directed-tree graphs are supported. Support for Direct-Acyclic-Graphs (DAGs) and general Graphs is on the way!
You can find an official manual in the downloads page!
This library is being written in Java to learn how to view and edit data. It will hopefully serve as a base for a node editor for GEGL.