diff options
Diffstat (limited to 'libs/rs')
-rw-r--r-- | libs/rs/java/Balls/_index.html | 1 | ||||
-rw-r--r-- | libs/rs/java/Fountain/_index.html | 5 | ||||
-rw-r--r-- | libs/rs/java/HelloCompute/_index.html | 2 | ||||
-rw-r--r-- | libs/rs/java/HelloWorld/_index.html | 1 | ||||
-rw-r--r-- | libs/rs/java/Samples/_index.html | 1 | ||||
-rw-r--r-- | libs/rs/java/_index.html | 1 |
6 files changed, 11 insertions, 0 deletions
diff --git a/libs/rs/java/Balls/_index.html b/libs/rs/java/Balls/_index.html new file mode 100644 index 0000000..8760485 --- /dev/null +++ b/libs/rs/java/Balls/_index.html @@ -0,0 +1 @@ +<p>A brute force physics simulation that renders many balls onto the screen and moves them according to user touch and gravity.</p>
\ No newline at end of file diff --git a/libs/rs/java/Fountain/_index.html b/libs/rs/java/Fountain/_index.html new file mode 100644 index 0000000..223242f --- /dev/null +++ b/libs/rs/java/Fountain/_index.html @@ -0,0 +1,5 @@ +<p>An example that renders many dots on the screen that follow a user's touch. The dots fall +to the bottom of the screen when the user releases the finger.</p> + + + diff --git a/libs/rs/java/HelloCompute/_index.html b/libs/rs/java/HelloCompute/_index.html new file mode 100644 index 0000000..abfd978 --- /dev/null +++ b/libs/rs/java/HelloCompute/_index.html @@ -0,0 +1,2 @@ +<p>A Renderscript compute sample that filters a bitmap. No Renderscript graphics APIs are used +in this sample.</p>
\ No newline at end of file diff --git a/libs/rs/java/HelloWorld/_index.html b/libs/rs/java/HelloWorld/_index.html new file mode 100644 index 0000000..4cab738 --- /dev/null +++ b/libs/rs/java/HelloWorld/_index.html @@ -0,0 +1 @@ +<p>A Renderscript graphics application that draws the text "Hello, World!" where the user touches.</p>
\ No newline at end of file diff --git a/libs/rs/java/Samples/_index.html b/libs/rs/java/Samples/_index.html new file mode 100644 index 0000000..5872431 --- /dev/null +++ b/libs/rs/java/Samples/_index.html @@ -0,0 +1 @@ +<p>A set of samples that demonstrate how to use various features of the Renderscript APIs.</p>
\ No newline at end of file diff --git a/libs/rs/java/_index.html b/libs/rs/java/_index.html new file mode 100644 index 0000000..5872431 --- /dev/null +++ b/libs/rs/java/_index.html @@ -0,0 +1 @@ +<p>A set of samples that demonstrate how to use various features of the Renderscript APIs.</p>
\ No newline at end of file |