Project

General

Profile

Wiki » History » Version 10

Distorted Admin, 06/02/2016 09:04 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
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 5 Distorted Admin
h1. Javadoc
16 1 Distorted Admin
17 4 Distorted Admin
http://distorted.org/javadoc/org/distorted/library/package-summary.html
18 3 Distorted Admin
19 5 Distorted Admin
h1. Tutorials
20 1 Distorted Admin
21 9 Distorted Admin
# [[How to compile and run the example code]]
22
# [[About the Distorted Examples App]]