Reputation: 3
I am working on a 3D carousel view for Android and I am running into various issues. Any help is greatly appreciated.
I tried Renderscript using this carousel as an example but noticed some classes were now deprecated i.e. RenderScriptGL.SurfaceConfig. I searched but could not find any information on what to use instead.
Does anyone know and/or can point me to documentation?
Upvotes: 0
Views: 1723
Reputation: 8531
RenderScript as a graphic's component has been deprecated all together moving forward. So I would highly advise against using it. However, it is still being used as a compute language.
This looks like a pretty good open sourced library. I would start here. http://www.codeproject.com/Articles/146145/Android-3D-Carousel
Upvotes: 2