gitextract_elfg6xo2/ ├── .gitignore ├── LICENSE.txt ├── documentation.md ├── example/ │ ├── CMakeLists.txt │ ├── cmake/ │ │ ├── desktop.cmake │ │ └── emscripten.cmake │ ├── example.cpp │ ├── example.hpp │ └── html/ │ └── shell_min.html ├── include/ │ └── ImNodeFlow.h ├── readme.md └── src/ ├── ImNodeFlow.cpp ├── ImNodeFlow.inl ├── context_wrapper.h ├── imgui_bezier_math.h ├── imgui_bezier_math.inl ├── imgui_extra_math.h └── imgui_extra_math.inl