Project

General

Profile

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

examples / src / main / java / org / distorted / examples / dynamic / DynamicActivity.java @ dea555b9

# Date Author Comment
dea555b9 07/16/2019 09:42 PM Leszek Koltunski

Add the 'convexity' param to Dynamics and the Dynamic app.

d84f5b73 05/20/2019 04:08 PM Leszek Koltunski

Minor improvement to the Dynamic app

e52efe17 05/20/2019 12:31 AM Leszek Koltunski

Improve the Dynamic app.

da77ffd8 05/14/2019 01:26 PM Leszek Koltunski

Dynamic App: add Toast.

2666a48c 05/13/2019 10:00 PM Leszek Koltunski

1. Change the API of Dynamic: split makeNowRunFor into two separate 'setDuration' and 'resetToBeginning'
2. Major changes to the 'Dynamic' app so that we can check more about the Dynamics.

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'

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...

b5636dbf 04/03/2017 09:50 PM Leszek Koltunski

Improve Dynamic and FBO apps.

fe3c72ce 11/04/2016 10:29 AM Leszek Koltunski

remote unneeded 'static' variables and methods from the 'Dynamic' app

97dadfe5 11/01/2016 05:20 PM Leszek Koltunski

1. Attempt to deal with unstable Orthonormal Base in Dynamic class (so far unsuccessful)
2. Improvements to the 'Dynamic' (and by necessity, 'MovingEffects') applications (to be able to debug the previous)

8b7c0ab3 10/21/2016 03:00 PM Leszek Koltunski

Improve the Dynamics app (multi-dimensional noise)

f988589e 06/18/2016 10:58 PM Leszek Koltunski

Further reduce the distortedObject's API - now only 26 methods, 1/4 of the 104 before the reorganization.