GitXplorerGitXplorer
c

renderscript_examples

public
10 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
b734d0a998b6d5b8b4235f0747320add47e9f81b

Fixed variable names

ccmaster11 committed 8 years ago
Unverified
151632790813c544b4de88687373c50768393949

Fix doc

ccmaster11 committed 8 years ago
Unverified
6221572b566db8a8339e810955c93d5679f7f982

Added LimitedConvolutionExample

ccmaster11 committed 8 years ago
Unverified
d5b8bee1ae4f2f6a423fdf2feeefe26930757f25

Removed useless code

ccmaster11 committed 8 years ago
Unverified
b2542690c9e5888babb084d640fa32427422695b

Fix doc

ccmaster11 committed 8 years ago
Unverified
fa31e0e231f40de56ca71bd8509d4402bc08f5c1

Added ImageZoomExample

ccmaster11 committed 8 years ago

README

The README file for this repository.

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.