Images from base 64 encoded data #5953
Replies: 3 comments
-
|
Beta Was this translation helpful? Give feedback.
-
The process of uploading images to the GPU is dependent on the rendering backend you're using. There are examples for several backends on the wiki. All the others parts are honestly outside the scope of this forum, but the general process would be something like:
As an aside, the discussions section is for problems with building/running Dear ImGui and fonts only. Please open an issue next time. |
Beta Was this translation helpful? Give feedback.
-
Hi David, Thanks for your prompt reply. Will follow your suggestions. Regards... |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am building an IoT dashboard using ImGui as graphical interface (thanks for its simplicity) but wondering if the library have or will implement the following:
1- More graphical widgets (less important): e.g. gauges; donut/pie charts, etc.
2- Rendering imges from base64 binary data: in fact my application uses MQTT to retreive data, and I can publish images using base64 encoding to the Mqtt server. The idea is the get this binary data and render the image using ImGui. I have seen that rendering images from local files is quite complex with ImGui (my application has already the Mqtt client code to subscribe to the desired topics)
Any help, or ideas are appreciated. below a screenshot of the development achieved so far...
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions