Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 987 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 987 Bytes

ImGui Node-Graph Backend

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.

Sample Code

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

Road Map

  • Documentation
  • Serialization

Please feel free to open an issue or pull request if you have any suggestions or find any bugs.