pthom / hello_imgui

Hello, Dear ImGui: unleash your creativity in app development and prototyping
https://pthom.github.io/hello_imgui
MIT License
604 stars 91 forks source link

Disable idling on a realtime chart or live image #109

Open JoNoahBros opened 1 month ago

JoNoahBros commented 1 month ago

I have some data plotting using implot, and when i work on the browser the chart goes smoothly, but as soon as i don't do anything withing 3 sec. the chart is "stuttering" and does not go smoothly anymore. I am using emscripten to build the data. Thanks

pthom commented 1 month ago

Hello,

What you are seeing is quite probably related to the idling parameters

https://pthom.github.io/hello_imgui/book/doc_params.html#fps-idling

JoNoahBros commented 1 month ago

Thanks a lot. Problem solved.