Project

General

Profile

Statistics
| Branch: | Revision:

examples / src / main / java / org / distorted / examples / aroundtheworld @ fe59d375

# Date Author Comment
fe59d375 02/10/2017 04:11 PM Leszek Koltunski

Change the the render() API!

THis introduces some regressions with the Effects3D app.

d218d64e 02/10/2017 01:15 AM Leszek Koltunski

Major: change of API.

Split DFramebuffer into Framebuffer and Screen; introduce the 'DistortedInputSurface' and 'DistortedOutputSurface' interfaces.

41a81a14 01/20/2017 11:50 PM Leszek Koltunski

Try using OpenGL ES 3.0 everywhere (but if device does not support it, try creating 2.0 context - this is important because of the emulator!)

b01acdaf 01/03/2017 12:01 PM Leszek Koltunski

Rename Grid to Mesh

76f9798b 12/19/2016 02:41 PM Leszek Koltunski

New DistortedProgram class.

6f3024ae 12/15/2016 10:50 PM Leszek Koltunski

Fix a lot of Lint warnings in the apps.

bc29e409 12/15/2016 04:28 PM Leszek Koltunski

Again change of API. Now instead of the 'DistortedEffects.draw() and DistortedTree.draw()' we have 'DistortedFramebuffer.renderTo()'

d04a4886 12/15/2016 04:02 PM Leszek Koltunski

Change of names.

392e16fd 12/15/2016 03:31 PM Leszek Koltunski

Change in the API: we always have to create a DistortedFramebuffer to render to.

7451c98a 12/14/2016 12:10 AM Leszek Koltunski

Hide the 'depth' of a DistortedTexture inside the library, so users do not get exposed to this weirdness.

f6d884d5 12/13/2016 12:42 PM Leszek Koltunski

Complete the split DistortedObject -> (DistortedTexture,DistortedEffectQueue)

40eef4b9 12/12/2016 11:47 PM Leszek Koltunski

Beginnings of split of DistortedObject into two separate classes: DistortedEffectQueues and DistortedTexture.

Still does not compile, but pushing already.

10b7e588 12/12/2016 09:14 PM Leszek Koltunski

Rename various classes; fix a bug in Around the World.

e8b6aa95 12/12/2016 04:47 PM Leszek Koltunski

Major change in API: separate the GRID from DistortedObject; completely remove classes derived from DistortedObject.

5055b5d4 12/09/2016 01:10 AM Leszek Koltunski

1. (hopefully) finish the 'Save' app (now we can adjust the size of the resulting file)
2. Fix one long-standing bug in almost every single app.

525699f4 12/05/2016 03:04 PM Leszek Koltunski

Simplify SurfaceViews

287a5475 11/17/2016 01:43 PM Leszek Koltunski

Around The World pretty much finished!

04fe7f80 11/17/2016 12:56 PM Leszek Koltunski

Around The World: implement blackness

acd5fc11 11/16/2016 06:03 PM Leszek Koltunski

Improve Around The World

b3a555a7 11/16/2016 05:32 PM Leszek Koltunski

Improve Around The World

d8056149 11/15/2016 05:15 PM Leszek Koltunski

Improve Around The World

b56faf50 11/15/2016 04:32 PM Leszek Koltunski

Progress with Around The World

4b34bb08 11/15/2016 12:34 AM Leszek Koltunski

progress with Around the World

c11a3a15 11/14/2016 02:40 PM Leszek Koltunski

Encode more info in the EfectNames enum.

e6995f3b 11/13/2016 10:59 PM Leszek Koltunski

Compute Race correctly

2f20ae3a 11/13/2016 12:02 AM Leszek Koltunski

Around the World: setRace

951c4af9 11/12/2016 11:25 PM Leszek Koltunski

Around the World: moving the selection rectangle

e7a4ef16 11/12/2016 12:45 AM Leszek Koltunski

Minor stuff

80508ef5 11/12/2016 12:03 AM Leszek Koltunski

Progress with AroundTheWorld

248a2782 11/11/2016 04:23 PM Leszek Koltunski

Progress with "Around The World"

7ba38011 11/11/2016 01:03 AM Leszek Koltunski

New app: Around The World (beginnings)