This is an extension of the project imnodes. From sound processing to graphics shaders, the goal here is to provide a flexible API for building custom node-based editors for whatever purpose.
They can be found in the following folders:
- /Node Graph/Basic Example
- /Node Graph/Shader Example
Basic Example, as the name suggests, is a super simple implementation using the API. The Shader example implements a shader node graph, which builds GLSL code, and displays its output.
Basic | Shader |
---|---|
2023-01-03.20-17-55.mp4 |
2023-01-03.20-24-40.2.mp4 |
- Documentation
- Serialization
Please feel free to open an issue or pull request if you have any suggestions or find any bugs.