imgui-node-editor
imgui-node-editor copied to clipboard
Can example of application be put into the library?
Currently, the application is stored in the examples. I think this is a good abstraction for using imgui. If the application is placed in the library instead of the examples, the application update can be synchronized with the library update. Currently, the application part cannot be synchronized when the vcpkg package is updated.
Or make the application a separate library as a wrapper of imgui?