Project

General

Profile

Download (5.11 KB) Statistics
| Branch: | Revision:

examples / src / main / java / org / distorted / examples / check / CheckActivity.java @ 9930cd43

# Date Author Comment
9930cd43 05/08/2020 12:08 AM Leszek Koltunski

Convert Check to stretchless API.

71c8884f 05/03/2019 10:46 PM Leszek Koltunski

Correct the Legal notice.

e3900503 05/02/2019 10:41 PM Leszek Koltunski

Rename all the classes that are not exported to application to 'Internal'

a4d59c0b 01/04/2019 11:07 PM Leszek Koltunski

Massive: make the coordinate system agree with that of OpenGL (i.e. invert the Y axis).

01782e85 06/07/2017 05:18 PM Leszek Koltunski

Progress with support for Effect classes.

b0ebdf5e 04/18/2017 02:30 PM Leszek Koltunski

Major:

1) in the Library, fix the fact that some applications (those that were creating their DistortedSurface objects outside of onSurfaceCreated or onSurfaceChanged) would not render after the activity went to background (press POWER to see that).
2) in the Apps, call the new 'Distorted.onPause()' API to fix the above problem...

9b9440a0 11/04/2016 10:36 AM Leszek Koltunski

Remove unneeded 'statics' from the 'Check' app

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

Add License

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

Improce the 'Check' App.

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

Initial commit