You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're looking to display HTML (which is what I believe you meant by "iframe browser"), check out #2782 and #4257 which both discuss this topic. (#4257 (comment) has some additional relevant links.)
There's no built-in support for this; you'll have to use an external renderer like CEF or litehtml to process the HTML page into something that Dear ImGui can understand (like an OpenGL texture). You can then render this inside a Dear ImGui window.
Just a question, is possible to add an iframe browser to a opengl 3 imgui project?
The text was updated successfully, but these errors were encountered: