Recently,i search for articles about renderscript,but it seems that there's none. can any one give me some articles talking about renderscript?
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Is GLFW designed to use without LWJGL (in java)?
- Listening to outgoing sms not working android
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
- Android OverlayItem.setMarker(): Change the marker
You can read the article here which is from Google development. And There are a lot of examples in
sdk\sample\android-11。
Google has now published an article about RenderScript, which is a public API in Honeycomb. Still quite sparse on info, but they'll publish more.
Resources, documentation, and tutorials for Renderscript are still pretty scarce. Here are the places I've found.
Introduction to Renderscript: parts 1 & 2 (Android Blogs)
http://android-developers.blogspot.com/2011/02/introducing-renderscript.html
http://android-developers.blogspot.com/2011/03/renderscript.html
Main Overview (Android Docs)
http://developer.android.com/guide/topics/renderscript/index.html
Android JavaDocs (Android Docs)
http://developer.android.com/reference/android/renderscript/package-summary.html
Renderscript Runtime API Reference
http://developer.android.com/guide/topics/renderscript/reference.html
Examples and some API documentation
http://code.google.com/p/renderscript-examples/
http://developer.android.com/resources/samples/RenderScript/index.html
Videos
Learn about RenderScript | http://www.youtube.com/watch?v=5jz0kSuR2j4
Android Renderscript (LLVM) | https://www.youtube.com/watch?v=7TqTnlYAg8E
Blog articles
http://www.inter-fuser.com/2009/11/android-renderscript-more-info-and.html
http://blog.garritys.org/2011/05/getting-started-with-renderscript.html
http://www.independent-software.com/setting-up-android-renderscript-in-android-studio-1-3/
Here is one: Android renderscript, more info' and an example application