关于渲染脚本
最近在搜renderscript的文章,好像没有。谁能给我一些关于 renderscript 的文章吗?
Recently,i search for articles about renderscript,but it seems that there's none. can any one give me some articles talking about renderscript?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
Renderscript 的资源、文档和教程仍然相当稀缺。这是我找到的地方。
Renderscript 简介:第 1 部分和第 2 部分2(Android 博客)
http://android-developers.blogspot.com/2011/02/introducing -renderscript.html
http://android-developers.blogspot.com/2011/03/renderscript.html
主要概述(Android 文档)
http://developer.android.com/guide/topics/renderscript/index.html
Android JavaDocs(Android 文档)
http://developer.android.com/reference/android/renderscript/package -summary.html
Renderscript 运行时 API 参考
http://developer.android.com/guide/topics/renderscript/reference.html
示例和一些 API 文档
http://code.google.com/p/renderscript-examples/
http://developer.android.com/resources/samples/RenderScript/index.html
视频
了解 RenderScript |
http://www.youtube.com/watch?v=5jz0kSuR2j4
Android 渲染脚本 (LLVM) | https://www.youtube.com/watch?v=7TqTnlYAg8E
博客文章
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/
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/
这是一个: Android renderscript,更多信息'和一个示例应用程序
Here is one: Android renderscript, more info' and an example application
Google 现已发布了一篇有关 RenderScript 的文章,这是Honeycomb 中的公共 API。信息仍然相当稀疏,但他们会发布更多信息。
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.
您可以在此处阅读文章
这是来自谷歌开发的。并且
sdk\sample\android-11中有很多示例。
You can read the article here
which is from Google development. And There are a lot of examples in
sdk\sample\android-11。