android - Java 3D plot of axis -
i looking simple way how plot on android in 3 dimensions 4 points , 3 lines in real time. i'd create visualization of coordinate system arduino setup 9axis accelerometer, want see on screen how object rotates.
something https://www.youtube.com/watch?v=fostonqzzci
the values of points in fixed range, know simple library can used this?
i recommend book, contains info need create 3d visualizations in java (including source code use visualization described, small amount of adaptation):
http://eu.wiley.com/wileycda/wileytitle/productcd-ehep000909.html
this book main reference developing 3d chart library (orson charts) in pure java (i deliberately did not want use opengl project). ported library android (mostly involves mapping java2d graphics api calls equivalent in android), can see the demo on google play idea of how "pure java" (well, not really java on android) rendering performs - i'm pretty sure handle task fine.
Comments
Post a Comment