imgui-node-editor icon indicating copy to clipboard operation
imgui-node-editor copied to clipboard

Question: Can be attached to an game engine?

Open nathan130200 opened this issue 4 years ago • 2 comments

This library can be used to attach to an game engine? Render in game api or something like?

nathan130200 avatar Dec 05 '19 16:12 nathan130200

Node editor is build on top of ImGui. As long as game engine has it hooked up you can use it. In fact I tried to make editor to act like regular widget.

If by any chance you're not familiar with ImGui please visit project page https://github.com/ocornut/imgui. Integration is very simple, since output of ImGui is vertex&index buffer and draw commands.

thedmd avatar Dec 05 '19 22:12 thedmd

This is amazing ❤️

nathan130200 avatar Dec 06 '19 12:12 nathan130200