Activity
From 05/14/2016 to 06/12/2016
06/12/2016
- 10:48 PM Revision 7cfeeb63 (examples): Progress with Save app.
- 10:46 PM Revision e1e275c1 (library): Javadoc stuff.
06/10/2016
- 12:42 AM Feature #14 (Closed): App checking arrangement of DistortedCubes into a DistortedTree.
- Check if this works!
- 12:41 AM Feature #13 (Closed): App checking Fragment effects on a DistortedCubes target
- Write such example app.
- 12:41 AM Feature #12 (Closed): App checking Vertex effects on a DistortedCubes target
- Write such example app.
- 12:38 AM Revision a2cb31e9 (examples): Beginnings of support for the 'Save' app.
- 03:50 PM Feature #10 (In Progress): Re-architecture adding new Effects
- 03:49 PM Feature #6: New Effect: save
- Implemented in commit:library|57dc1301.
Issue still open because we need to provide example App and check if the i... - 03:39 PM Revision 57dc1301 (library): Implement SAVE_PNG
- 03:11 PM Revision 2e18813f (library): Beginnings of support for the SavePNG effect.
- 01:51 PM Revision 71887484 (library): abstract setMax and getMax to EffectQueue.
- 12:39 PM Revision 9c5b5cb6 (examples): Improce the 'Check' App.
- 12:39 PM Revision b1e91f2c (library): Improce the 'Check' App.
- 11:30 AM Revision a8c3ada7 (examples): Improve aborting Effects.
- 11:30 AM Revision d07f2950 (library): Improve aborting Effects.
06/09/2016
- 01:03 AM Revision c06dacb3 (examples): Merge remote-tracking branch 'origin/master'
- 01:03 AM Revision 95593730 (examples): Introduce ENUM EffectTypes
- 01:03 AM Revision 1e438fc7 (library): Introduce ENUM EffectTypes
- 09:50 PM Feature #11 (Rejected): New effect: wait
- Provide a new Effect 'wait' which, when injected to one of the 4 queues, would delay all the effects behind it in the...
- 01:01 PM Revision 78cf1356 (examples): Merge remote-tracking branch 'origin/master'
- 01:01 PM Revision ce3787c7 (examples): Icon & metadata
06/08/2016
- 01:15 AM Feature #6: New Effect: save
- There will be two separate effects from the new 'Post Shader' class:
- save 1 frame to a PNG file
- save a movie ... - 01:14 AM Revision 89a0d841 (examples): Beginnings of support for PostShader effects (SavePNG, SaveMP4)
- 01:14 AM Revision b3618cb5 (library): Beginnings of support for PostShader effects (SavePNG, SaveMP4)
- 01:59 PM Revision 6ae6106e (examples): Icon & metadata
06/07/2016
- 11:08 PM Feature #6 (In Progress): New Effect: save
- 11:06 PM Feature #2 (Closed): Provide example app showing how to use plain SurfaceView
- New app 'PlainMonaLisa' done. commit:examples|862fcd79
- 11:03 PM Revision 862fcd79 (examples): New app: PlainMonaLisa (Mona Lisa rendered on plain SurfaceView)
- 11:03 PM Revision 1b096d30 (library): New app: PlainMonaLisa (Mona Lisa rendered on plain SurfaceView)
06/04/2016
- 10:43 PM Feature #2: Provide example app showing how to use plain SurfaceView
- Google's 'Grafika' project has some nice examples on how to display OpenGL stuff on a plain SurfaceView (and also Tex...
06/03/2016
- 11:59 PM Feature #10 (Closed): Re-architecture adding new Effects
- We probably need to change this in light of the fact that current architecture calls for adding a lot of new methods ...
- 11:55 PM Feature #9 (Rejected): Single-point noise
- Currently Noise is supported only when we are interpolating through at least 2 points. Fix that.
- 11:55 PM Feature #8 (New): Add support for new types of Regions
- Currently the library only supports masking the area on which a given effect works by a circular region.
Explore ... - 11:53 PM Feature #7 (Closed): New Effect: glow
- effect to add a glow around an object.
Once we have blur, this is easy:
1) render the original object
2) re... - 11:50 PM Feature #6 (Closed): New Effect: save
- A completely new kind of effect, 'save' : save the current look of a DistortedObject (or Node) to a file.
- 11:49 PM Feature #5 (Closed): New Effect: blur
- Add Gaussian blur. Maybe will force a re-design of the Effect architecture as this is going to be a two-pass effect.
- 11:48 PM Feature #4 (New): New Effect: hue
- add the 'hue' effect (changing hue)
- 11:48 PM Feature #3 (Closed): New Effect: wave
- Add a serial of circular waves, like throwing a stone into water
- 11:43 PM Revision 79d5f03c (examples): Minor cleanup.
- 11:43 PM Revision f2a0d837 (library): Minor cleanup.
- 11:40 PM Bug #1 (Closed): FBO not visible
- fixed in commit:library|436899f2
- 11:39 PM Revision 436899f2 (library): Fix for issue 1: 'FBO not visible' : we forgot to clear the HashMap in DistortedNode.
- 10:09 PM Revision ada90d33 (library): Make deep copying DistortedObjects (needed in DistortedNode) standard.
- 03:51 PM Revision 19bed2df (library): Defensive programming.
- 03:38 PM Revision ac503d98 (examples): Provide support to add any class derived from DistortedObject to DistortedNode.
- 03:38 PM Revision 9361b337 (library): Provide support to add any class derived from DistortedObject to DistortedNode.
- 10:23 AM Feature #2 (Closed): Provide example app showing how to use plain SurfaceView
- All example apps use GLSurfaceView - provide one that uses plain SurfaceView.
06/02/2016
- 12:52 AM Bug #1: FBO not visible
- Reproduced with
commit:library|437bc43e
commit:examples|ed1c0b33 - 12:49 AM Bug #1 (Closed): FBO not visible
- # Enter the 'Bitmap Tree' app
# Exit it
# Enter the 'Olimpic Rings' app
# Exit it
# Enter the 'Bitmap Tree' app a... - 08:24 PM Revision 437bc43e (library): Adjust comments.
- 04:18 PM Revision 7845dc66 (library): convert Distorted.java from GLSurfaceView to Context.
- 03:47 PM Revision ed1c0b33 (examples): Switch to sending a Context (rather than a GLSurfaceView) to the library.
- 03:13 PM Revision b329f352 (library): Improvements for Javadoc
- 02:16 PM Revision f14facd4 (examples): Switch back to http
- 10:45 AM First release
- h2. Version 0.0.1 released. Copyright: GPL v2.
05/30/2016
- 11:05 PM Revision d7bbef2f (library): Fix javadoc errors
- 09:45 PM Revision da7ce0d8 (library): Fix javadoc errors
05/27/2016
05/25/2016
Also available in: Atom