hello_imgui
hello_imgui copied to clipboard
Disable idling on a realtime chart or live image
trafficstars
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
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
Thanks a lot. Problem solved.