-
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rendering html? #4257
Comments
You can use a HTML renderer such as Chromium to render into a texture and then render that texture in Dear ImGui. Almost all the work involved to set that up would be with the tech you are using (e.g. Chromium) which may be difficult to setup (unrelated to Dear ImGui). See |
Thank you! Furthermore, is it possible to render an image directly from a url? So instead of defining an image path, i can just put it as a URL instead. |
We already have a rather extensive tutorial on loading textures because even if it is out of scope of Dear ImGui, that sorts of questions keeps on coming: |
Hi,
I was wondering if anyone has, or if it was even possible, to render html, or preferably render a web page from a URL for example, inside of a Dear ImGui frame? Would surely be useful for a multitude of things. Thanks in advance.
The text was updated successfully, but these errors were encountered: