Page 7 of 7

Re: ProGUI Update, Graph Library and Experimental V2

Posted: Tue Jun 01, 2021 9:51 am
by PrincieD
It's already better than anything we've seen

Re: ProGUI Update, Graph Library and Experimental V2

Posted: Tue Jun 01, 2021 10:01 am
by PrincieD
The DPI issue still remains, the code is there just need a bit of help guys getting it over the line

Re: ProGUI Update, Graph Library and Experimental V2

Posted: Wed Jun 02, 2021 8:14 pm
by PrincieD
Well it sounds like a plan :)

Re: ProGUI Update, Graph Library and Experimental V2

Posted: Sun Jun 06, 2021 2:29 pm
by dagcrack
Great work the Diverted Rendering example flickers and I get (of course) a JS Error other than that everything displays and behaves correctly. One question about the graphs can it handle real time data display and adjustment of the viewport?. Imagine I were to feed it a constant stream of incoming data points will it handle this gracefully and with speed or is it more designed for static display of data?

How would it handle 20.000 data points by the end of a data stream for instance?. Typically one would weed out unnecessary points but keep in mind the data is realtime so not a lot of processing can be done unless you chunk it out and somehow figure out a way to flawlessly insert it.