Project

General

Profile

Wiki » History » Version 13

Distorted Admin, 06/13/2016 11:16 PM

1 5 Distorted Admin
h1. Overview
2 1 Distorted Admin
3 10 Distorted Admin
This is the ‘Distorted’ library for the Android system. It is a library for graphics effects – various distortions were the first effects implemented, thus the name.
4 11 Distorted Admin
Distorted is open source and released under the terms of the "GNU General Public License v2":http://www.gnu.org/licenses/old-licenses/gpl-2.0.html (GPL).
5 1 Distorted Admin
6
A suite of example applications, each one showing one particular aspect of the library, is also available.
7
8 5 Distorted Admin
h1. Source code
9 1 Distorted Admin
10 2 Distorted Admin
<pre>
11
git clone http://distorted.org/git/distorted-library.git
12 1 Distorted Admin
git clone http://distorted.org/git/distorted-examples.git 
13 2 Distorted Admin
</pre>
14 1 Distorted Admin
15 13 Distorted Admin
h1. Javadoc
16 1 Distorted Admin
17 13 Distorted Admin
# "Library":http://distorted.org/javadoc-library/org/distorted/library/package-summary.html
18
# "Examples":http://distorted.org/javadoc-examples/org/distorted/examples/package-summary.html
19
20
h1. Tutorials
21
22
# [[How to compile and run the example code]]
23
# [[About the Distorted Examples App]] (in progress)
24
# [[How to write a new Effect]] (coming)