Pravin yadav
Pravin yadav

Reputation: 707

resource for renderscript computation

I am new to android and want to learn renderscript for performing computation instead for rendering graphics, the documentation at developer site is not good can anyone suggest something to start with renderscript

Upvotes: 0

Views: 170

Answers (1)

monoeci
monoeci

Reputation: 547

You can check Larry Schiefer's A Deep Dive into RenderScript video. This was of great help to me when trying to understand RS given the very limited documentation there exists (and the little info there is always focuses on image filters...)

On his video, he goes through all the basics of the framework to understand how it actually works internally, and shows a demo program on using it for the computation of a Mandelbrot fractal. Best resource to get started with this IMHO.

After watching that, I would also recommend simply browsing through all the RenderScript tagged questions posted here on StackOverflow, there's lots of useful information that can be found right here too.

Upvotes: 3

Related Questions