Disable idling on a realtime chart or live image
Opened this issue · 2 comments
saboTec commented
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
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
saboTec commented
Thanks a lot. Problem solved.