Project

General

Profile

Statistics
| Branch: | Revision:

examples / src / main / java / org / distorted @ 7bf107f7

# Date Author Comment
7bf107f7 06/16/2016 11:49 PM Leszek Koltunski

Some more progress with porting apps to new VERTEX API.

59759251 06/16/2016 01:50 PM Leszek Koltunski

Major push towards simplifying DistortedObject's public API.
All Fragment effects are using the new API - the 'DataND' marker interfaces.

7589635e 06/16/2016 12:44 AM Leszek Koltunski

Major push towards simplifying DistortedObject's public API.
All MATRIX effects are using the new API - the 'DataND' marker interfaces.

88d9ff62 06/15/2016 03:56 PM Leszek Koltunski

Save the image to 'Pictures' album in the Gallery.

e4237c21 06/15/2016 03:14 PM Leszek Koltunski

Move the 'Save' effect to the Application and remove the 'OTHER' effect queue

13efa930 06/15/2016 12:40 PM Leszek Koltunski

1. new package 'message'
2. Rename the 'Grid' classes to match

08eabc44 06/15/2016 12:05 PM Leszek Koltunski

move data types, like FlatND and InterpolatorND, to a separate package.

bc0a685b 06/14/2016 10:08 PM Leszek Koltunski

Add License

b9615af9 06/13/2016 12:01 PM Leszek Koltunski

Save PNG effect almost finished. Supporting App (hopefully!) completely finished.

What remains to be done: put actual saving of the Bitmap in a separate thread, away from the Graphics thread!!

7cfeeb63 06/12/2016 10:48 PM Leszek Koltunski

Progress with Save app.

a2cb31e9 06/11/2016 12:38 AM Leszek Koltunski

Beginnings of support for the 'Save' app.

9c5b5cb6 06/10/2016 12:39 PM Leszek Koltunski

Improce the 'Check' App.

a8c3ada7 06/10/2016 11:30 AM Leszek Koltunski

Improve aborting Effects.

c06dacb3 06/10/2016 01:03 AM Leszek Koltunski

Merge remote-tracking branch 'origin/master'

95593730 06/10/2016 01:03 AM Leszek Koltunski

Introduce ENUM EffectTypes

78cf1356 06/09/2016 01:01 PM Leszek Koltunski

Merge remote-tracking branch 'origin/master'

ce3787c7 06/09/2016 01:01 PM Leszek Koltunski

Icon & metadata

89a0d841 06/09/2016 01:14 AM Leszek Koltunski

Beginnings of support for PostShader effects (SavePNG, SaveMP4)

6ae6106e 06/08/2016 01:59 PM Leszek Koltunski

Icon & metadata

862fcd79 06/07/2016 11:03 PM Leszek Koltunski

New app: PlainMonaLisa (Mona Lisa rendered on plain SurfaceView)

79d5f03c 06/03/2016 11:43 PM Leszek Koltunski

Minor cleanup.

ac503d98 06/03/2016 03:38 PM Leszek Koltunski

Provide support to add any class derived from DistortedObject to DistortedNode.

ed1c0b33 06/02/2016 03:47 PM Leszek Koltunski

Switch to sending a Context (rather than a GLSurfaceView) to the library.

5068fa06 05/25/2016 08:12 PM Leszek Koltunski

Initial commit