-1

I want to learn more about Renderscript. What are the apps out there that is using Renderscript? I want to see real apps in the market, instead of some tutorial examples.

dacongy
  • 2,504
  • 3
  • 30
  • 48

2 Answers2

1

You can checkout ImageProcessingJB app in Android-L source code. It's:

  • Renderscript app
  • Open source, you can play around, make changes, build the app locally and run it on the device.
  • Covers most of the Api's that renderscript provides.

PS: Source code can be found under frameworks/rs/java/tests/ImageProcessing_jb folder of Android-L source tree.

Deepthought
  • 2,815
  • 2
  • 28
  • 39
0

so far I know is live wallpaper, google claim has book and youtube, but I didn't find script code in youtube

fitatc
  • 19
  • 3