Nelarius / imnodes

A small, dependency-free node editor for dear imgui
MIT License
1.97k stars 241 forks source link

Move examples to a demo window #105

Open Nelarius opened 3 years ago

Nelarius commented 3 years ago

It should be easy to run the Imnodes examples without any additional work if you have an existing ImGui project. The examples could be moved into a demo file, and be displayed with something like ImGui's ShowDemoWindow().

This would mean that users wouldn't have to touch this project's build system just to try the examples.