hello_imgui icon indicating copy to clipboard operation
hello_imgui copied to clipboard

Disable idling on a realtime chart or live image

Open saboTec opened this issue 1 year ago • 2 comments
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

saboTec avatar May 22 '24 08:05 saboTec

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

pthom avatar May 22 '24 08:05 pthom

Thanks a lot. Problem solved.

saboTec avatar May 22 '24 10:05 saboTec