forman / frex-app

Automatically exported from code.google.com/p/frex-app
GNU General Public License v3.0
0 stars 2 forks source link

Accellerate fractal computations #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

Use RenderScript to accellerate fractal computations, 
see http://developer.android.com/guide/topics/renderscript/index.html

Original issue reported on code.google.com by norman.fomferra on 1 Sep 2013 at 4:42

GoogleCodeExporter commented 8 years ago
I ported some of the Java fractal code to RenderScript and did some tests on my 
HTC One S. Performance gain was actually neglectable.

See code in branch v2:
http://code.google.com/p/frex-app/source/browse/src/nf/frex/core/fractal_value.r
s?name=v2
http://code.google.com/p/frex-app/source/browse/src/nf/frex/core/fractal_color.r
s?name=v2

Original comment by norman.fomferra on 9 Nov 2013 at 11:31