Android 渲染脚本文档
我开始了解 android renderscript,并且我已经阅读了 android 开发者网站上的所有内容,但似乎没有足够的文档、示例..我想知道是否有一本书也有一部分解释和一些渲染脚本示例。我想深入了解它,所以如果有人可以提供书籍、示例、教程的链接(任何东西都会有很大帮助),我将不胜感激。提前谢谢你!!!
I am starting getting to know android renderscript and i've read everything that is on the android developer site, but it seems that there is not enough documentation, examples.. I was wondering if there is maybe a book that also has a part with explanation and some renderscript examples. I want to learn about it in depth, so if someone can provide links for books, examples, tutorials (anything would be of great help) i will appreciate it. Thank u in advance!!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我们正在解决这个文档缺口,并计划在未来几周内更新文档;然而,这仍是一项正在进行的工作。如果您有具体想做的事情,请告诉我们。同时,SDK 中包含一些示例,可以帮助您入门:http ://developer.android.com/resources/samples/RenderScript/index.html
We are working on this documentation gap and plan to have updated docs within the next few weeks; however, it will still be a work in progress. If you have specific things that you want to do, let us know. In the meantime, there are samples packaged with the SDK that might help you get started: http://developer.android.com/resources/samples/RenderScript/index.html
我在我的博客上发布了几篇RenderScript 文章/教程。如果它们有用,请告诉我。我一直在争论是否应该制作更多,但很难衡量对 RenderScript 的兴趣。
I've posted a couple of RenderScript articles/tutorials on my blog. If they're of use, let me know. I've been debating whether I should make more, but it's tough to gauge interest in RenderScript.
目前关于 Renderscript 的文档很少。谷歌已经发布了一些关于它的帖子,包括 Android 开发者博客上的以下内容,但除此之外,可用的信息非常有限。
http://android-developers.blogspot.com/2011/02/introducing -renderscript.html
http://android-developers.blogspot.com/2011/03/renderscript.html
此处还提供了一些文档:
http://developer.android.com/guide/topics/renderscript/index.html
您还可以在这里找到一些示例:
http://code.google.com/p/renderscript-examples/
Android团队已承诺在某个时间添加更多文档,我希望在 Ice Cream Sandwich 发布时我们能获得更多信息。
There's very little documentation on Renderscript at this moment in time. Google has published a few posts about it, including the following on the Android Developers Blog, but apart from that, the information available is very limited.
http://android-developers.blogspot.com/2011/02/introducing-renderscript.html
http://android-developers.blogspot.com/2011/03/renderscript.html
Some documentation is also available here:
http://developer.android.com/guide/topics/renderscript/index.html
You can also find some examples here:
http://code.google.com/p/renderscript-examples/
The Android team has promised to add more documentation at some point in time, and I'm hopeful we'll get some more information when Ice Cream Sandwich launches.