visualization tool for mobile (tablet)

前端 未结 2 1329
情歌与酒
情歌与酒 2021-01-02 19:41

I have a project for visualizing some data on tablet. I\'ll probably use android for developing the application but I have no idea that how could I visualize the real time d

相关标签:
2条回答
  • 2021-01-02 20:05

    There are different options, but two commonly used visualization frameworks which are also available in Android are Processing (Processing for Android) and d3.js (which is a Javascript framework you could use in a WebView if you are 3.0 or above. The Android browser does not support SVG below 3.0.

    0 讨论(0)
  • 2021-01-02 20:05

    You can use VES the OpenGL ES rendering toolkit from Kitware: http://www.vtk.org/Wiki/VES

    0 讨论(0)
提交回复
热议问题