graph:用于 Web 的节点 UI

时间:2024-06-18 17:49:05
【文件属性】:

文件名称:graph:用于 Web 的节点 UI

文件大小:615KB

文件格式:ZIP

更新时间:2024-06-18 17:49:05

JavaScript

图形 在现代浏览器中运行的可重用节点 UI。 可以轻松地将工具连接在一起以完成任务。 破解那个 添加您自己的节点类型很容易 如果您这样做,请发送拉取请求( :heart_suit: ‿ :heart_suit: ) 假设您要在“阵列”类别中添加节点类型。 首先打开/node-types/array.js 。 如果分析结构,您会发现var types = {...} 。 您将向该对象添加一个元素。 从那开始: "epic stuff": { inputs: ["array"], /* name your inputs and outputs */ outputs: ["array"], icon: "", title_info: "html title of the menu element", info: "Informative text that shows up in y


【文件预览】:
graph-master
----.gitignore(136B)
----bnr.js(6KB)
----node-types()
--------general.js(8KB)
--------visualization.css(149B)
--------number.css(669B)
--------array.js(7KB)
--------number.js(5KB)
--------visualization.js(4KB)
--------logic.js(3KB)
--------flow.js(2KB)
--------spectrum.js(13KB)
--------web.js(3KB)
----embed.js(468B)
----main.js(27KB)
----data()
--------d65-xyz.csv(8KB)
--------readme.txt(346B)
----server()
--------server.py(583B)
--------proxy.py(1KB)
----gpl.txt(34KB)
----network.js(2KB)
----doc()
--------code()
----components.html(2KB)
----README.md(3KB)
----index.html(504B)
----lib()
--------Font-Awesome()
--------d3()
----common-ui.js(9KB)
----graph.css(4KB)
----default-sheet.js(792B)
----common-ui.css(3KB)

网友评论