Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

About 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?

like image 718
jacky Avatar asked Aug 04 '10 05:08

jacky


People also ask

What is RenderScript and when should we really use it?

RenderScript framework is basically based on data parallel computation. It distributes your application workload on all the processors available on your device like multi-core CPUs or GPUs. This parallel distribution of workload frees the programmer from the tension of load balancing and work scheduling.


2 Answers

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/

like image 158
spatulamania Avatar answered Dec 14 '22 12:12

spatulamania


Here is one: Android renderscript, more info' and an example application

like image 24
Benny Skogberg Avatar answered Dec 14 '22 10:12

Benny Skogberg