Skip to content

csarron/renderscript_examples

Repository files navigation

RenderScript: parallel computing on Android, the easy way

This repository contains all the examples that are shown inside the RenderScript: parallel computing on Android, the easy way book.

Edition: 1st (Date published: July 3rd, 2016)

ISBN (Paperback): 9791220011303

ISBN (Kindle - eBook): 9791220011297

Clone

This repository uses Mercurial as VCS. To clone the repo, run the following code in terminal:

hg clone https://cmaster11@bitbucket.org/cmaster11/rsbookexamples

Requirements

To run them it is necessary to have the latest version of Android Studio installed. Also, if you want to run NDK-bound examples, like the RSNDKExample project, you will have to install the Android NDK.