Wiki » History » Version 12
Distorted Admin, 06/04/2016 09:55 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 | 12 | Distorted Admin | h1. Documentation |
16 | 1 | Distorted Admin | |
17 | 12 | Distorted Admin | # "Javadoc":http://distorted.org/javadoc/org/distorted/library/package-summary.html |
18 | # User Tutorials |
||
19 | ## [[How to compile and run the example code]] |
||
20 | ## [[About the Distorted Examples App]] (in progress) |
||
21 | # Developer Tutorials |
||
22 | ## [[How to write a new Effect]] (coming) |