Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rezonality/nodegraph
NodeGraph - A simple directed graph with visualization UI.
https://github.com/rezonality/nodegraph
graph-algorithms nodegraph nodegraph-framework visual-programming
Last synced: about 1 month ago
JSON representation
NodeGraph - A simple directed graph with visualization UI.
- Host: GitHub
- URL: https://github.com/rezonality/nodegraph
- Owner: Rezonality
- License: other
- Created: 2019-09-29T13:43:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T09:10:04.000Z (7 months ago)
- Last Synced: 2024-05-29T21:45:33.399Z (7 months ago)
- Topics: graph-algorithms, nodegraph, nodegraph-framework, visual-programming
- Language: C++
- Homepage:
- Size: 3.03 MB
- Stars: 22
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[NodeGraph](https://github.com/Rezonality/nodegraph) - A simple Directed Graph, with SVG UI
===================================================================================================
[![Builds](https://github.com/Rezonality/nodegraph/workflows/Builds/badge.svg)](https://github.com/Rezonality/nodegraph/actions?query=workflow%3ABuilds)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Rezonality/nodegraph/blob/master/LICENSE)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/c6ec28a8cd2d4ca0a7f3d087846c0c77)](https://www.codacy.com/gh/Rezonality/nodegraph/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Rezonality/nodegraph&utm_campaign=Badge_Grade)
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/c6ec28a8cd2d4ca0a7f3d087846c0c77)](https://www.codacy.com/gh/Rezonality/nodegraph/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Rezonality/nodegraph&utm_campaign=Badge_Coverage)
[![codecov](https://codecov.io/gh/Rezonality/nodegraph/branch/master/graph/badge.svg?token=d1WiVAVDAC)](https://codecov.io/gh/Rezonality/nodegraph)
[![Gitter](https://badges.gitter.im/Rezonality/Nodegraph.svg)](https://gitter.im/Rezonality/Nodegraph?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)Work in Progress: A UI for building visual programs, primarily focused on building audio pipelines.
![ImGui](screenshots/sample.png)
``` bash
prebuild.bat OR prebuild.sh
config.bat OR config.sh
build.bat OR build.sh
```