Fattorino / ImNodeFlow

Node based editor/blueprints for ImGui
MIT License
119 stars 15 forks source link

Minimal example? #28

Closed aloneguid closed 1 month ago

aloneguid commented 1 month ago

Can someone please give a minimal working sample on how to use this library. Readme has a code on how to create a custom node, what about something that just works? I've searched codebase here with no success.

Fattorino commented 1 month ago

A fully working code example is on the long-term to-do list. Please reference the documentation. After copying the example node, check out HANDLER

QiuYilin commented 4 days ago

It may be helpful to provide a temporary example first and then replace it with a complete example. A runnable example is the best way to help understanding the library.