visualization tool for mobile (tablet)

一个人想着一个人 提交于 2020-01-21 03:16:10

问题


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 data ?

which tools are available on android for doing this ? I noticed that I can use OpenGL ES but then I know nothing of this and it's quite complicated for me . Is there any other simple tool that could get the real time data and visualize it ?

we have a basic Matlab/Simulink visualization but need a better visualization.

Any suggestion ?


回答1:


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.




回答2:


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



来源:https://stackoverflow.com/questions/9839451/visualization-tool-for-mobile-tablet

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!