Project

General

Profile

Wiki » History » Version 15

Distorted Admin, 06/23/2016 09:40 AM

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 15 Distorted Admin
# "Library":http://distorted.org/javadoc-library/overview-summary.html
18 13 Distorted Admin
19
h1. Tutorials
20
21
# [[How to compile and run the example code]]
22
# [[About the Distorted Examples App]] (in progress)
23
# [[How to write a new Effect]] (coming)