phyphox Forums
New objects on View - Printable Version

+- phyphox Forums (https://phyphox.org/forums)
+-- Forum: App-Feedback (https://phyphox.org/forums/forumdisplay.php?fid=6)
+--- Forum: Feature requests (https://phyphox.org/forums/forumdisplay.php?fid=8)
+--- Thread: New objects on View (/showthread.php?tid=227)



New objects on View - d.girardi - 03-20-2019

Sometimes I want to show some data in a more cool way. Would be nice if instead of a graph, I can use a gauge, like this one. 
Thanks.
[Image: Gauge-Range-Gauge-Marking-Labels-on-gauge.jpg]


RE: New objects on View - Physikator - 03-21-2019

(03-20-2019, 05:39 PM)d.girardi Wrote: Sometimes I want to show some data in a more cool way. Would be nice if instead of a graph, I can use a gauge, like this one. 
Thanks.
(Image)

I managed to do the following:

   

Not quite as fancy and colourful, but it shows direction from compass and from GPS and some indication of the speed.

If anyone is still interested: Here is the full experiment (QR-Codes are great!):
   
The gauge is basically "drawn" using x/y-coordinates.


RE: New objects on View - Sebastian Staacks - 03-22-2019

Wow, very impressive to achieve that with just our file format.

My idea was to implement support for SVG graphics and allow placeholder for parameters in the XML file. I had it already working but it was way too slow to rerender the whole SVG each time a value changes. Instead I am thinking of supporting layers of SVG graphics and mask layers to which matrix transformations can be applied. This would allow to design gauges and similar things.

However, this was one of several fun ideas that turned out to distract me from the more urgent tasks. I might look into it again once version 1.1.0 is released.

(For those who cannot wait: Zooming, bar charts, QR-Scanning and BLE are working on iOS now. Still need some analysis modules, point picking, color plots and some minor things before you get the beta on iOS.)


RE: New objects on View - Physikator - 03-22-2019

"... are working on iOS now." -- meaning that there exists a phone where that works or that anyone can get it somewhere?


RE: New objects on View - Sebastian Staacks - 03-22-2019

(03-22-2019, 08:38 PM)Physikator Wrote: "... are working on iOS now." -- meaning that there exists a phone where that works or that anyone can get it somewhere?

The former now, the latter in a few weeks Smile