aboutsummaryrefslogtreecommitdiffstats
path: root/src/demos
Commit message (Expand)AuthorAgeFilesLines
* GraphUI Shape: Provide empty default implementation for clearImpl() and destr...Sven Gothel2023-03-205-40/+0
* Rename UISceneDemo{02->10}Sven Gothel2023-03-201-2/+2
* GraphUI Demos: Bring back GPUUISceneGLListener0A ..Sven Gothel2023-03-201-71/+104
* GraphUI UISceneDemo01: Stop rotating animation if GLButton animation is toggl...Sven Gothel2023-03-201-22/+22
* UISceneDemo02: The 'dirty' variant w/ listener (printf) attachedSven Gothel2023-03-201-250/+85
* UISceneDemo01: Use GLButton shape w/ animating and rotating gears and set up ...Sven Gothel2023-03-201-180/+150
* GraphUI Default Scene.PMVMatrixSetup: Scale (back) projection to have normali...Sven Gothel2023-03-201-4/+21
* Demos GearsES2: Expose view rotation vars and listenerSven Gothel2023-03-201-1/+14
* Demo MovieSimple: Default to useOrigScale=false, enable @ main w/ -orig_scaleSven Gothel2023-03-191-4/+4
* GraphUI: Add UISceneDemo00 for linear animation in one main function; UIScene...Sven Gothel2023-03-192-46/+192
* GraphUI Shape win<->obj/shape mapping: Return actual int[] or float[] result ...Sven Gothel2023-03-194-75/+47
* GraphUI UISceneDemo01: Fix disposal, use windowDestroyed() WindowListener to ...Sven Gothel2023-03-191-2/+1
* GraphUI UISceneDemo01: Res independent Shape, in Scene attached to GLWindow s...Sven Gothel2023-03-191-19/+14
* Graph UI: Apply API changes to demos *WIP* (not all working yet, but compile ...Sven Gothel2023-03-197-265/+675
* Graph UI: Adopt Shape implementations to Shape API changes (simplification)Sven Gothel2023-03-195-10/+10
* Fix MovieSimple regression of commit 00dbacc5af3531af50e77a02d534dc11e08de10f...Sven Gothel2023-03-194-5/+19
* Graph: Make RenderState a composition of RegionRenderer, which also creates a...Sven Gothel2023-03-1510-62/+40
* Demos: Minor cleanups; MovieSimple: Remove unused variables etc .. left over ...Sven Gothel2023-03-154-23/+2
* GraphUI: Scene/Shape: Decouple PMVMatrix operations (picking, obj<->win) by u...Sven Gothel2023-03-154-73/+71
* GraphUI: Complete rename of UISceneDemo01Sven Gothel2023-03-151-14/+6
* GLMediaPlayer usage: Fix verbose strings, disable verbose in GraphUI demosSven Gothel2023-03-153-4/+4
* GraphUI: Rename UISceneDemo00 -> UISceneDemo01Sven Gothel2023-03-151-0/+0
* Graph: Have RegionRenderer.reshapeNotify(..) track x/y as well (vieport); Gra...Sven Gothel2023-03-143-19/+18
* GraphUI: Add a most simple Scene demo with one Shape.Sven Gothel2023-03-141-0/+358
* GPUUISceneGLListener0A: Simplify according to Scene class changes (view-based...Sven Gothel2023-03-142-129/+76
* GraphUI: UIShapeDemo01.reshape(): Drop redundant glViewport(..) callSven Gothel2023-03-141-1/+0
* GraphUI: GLButton: Don't pass FBO size @ ctor, calculate true view-size @ 1st...Sven Gothel2023-03-141-2/+1
* TextureSequence (API Change): Use setTextureLookupFunctionName(..) explicitly...Sven Gothel2023-03-143-3/+3
* GLMediaPlayer: Overhaul and simplify states, allow usage before stream ready ...Sven Gothel2023-03-1313-472/+576
* Demos: FontSetDemos: Remove remove fontsSven Gothel2023-03-111-10/+0
* Demos: Remove unused fontsSven Gothel2023-03-119-0/+0
* Cleanup Demos: Move demos to jogl-demos.jar (here Graph + AudioVideo), ready ...Sven Gothel2023-03-1172-6/+13997
* GLArrayData: Promote sealed() from GLArrayDataEditable, to correctly being us...Sven Gothel2023-03-071-1/+1
* GLArrayData*: Shorten methods (*API Change*), use proper constructor and fina...Sven Gothel2023-02-241-1/+1
* Bug 1406, Bug 1405: demos.Launcher0: Defaults to use multiple PointerIcons againSven Gothel2019-12-051-4/+4
* Bug 1406, Bug 1405: demos.Launcher0: Allow passing GLEventListener via '-demo...Sven Gothel2019-12-051-14/+34
* Bug 1406, Bug 1405: demos.Launcher0: No sleep w/o animator. VSYNC setting rul...Sven Gothel2019-12-041-1/+0
* Bug 1406: demos.Launcher0: More code path reduction: useMultiplePointerIcon m...Sven Gothel2019-12-041-4/+9
* Bug 1406: demos.Launcher0: More tests ..Sven Gothel2019-12-042-76/+14
* Bug 1405: Provide stand alone demo launcher reducing complexitySven Gothel2019-12-042-0/+743
* NEWT iOS: Support translucent windowsSven Gothel2019-07-082-1/+5
* NEWT iOS: Support Multi-Touch Events, PixelScale, ..Sven Gothel2019-07-082-50/+321
* iOS: Clean up promotion of EAGLLayer use down to FBObjectSven Gothel2019-06-241-8/+16
* iOS: Initial working commit supporting iOS (ipad pro 11)Sven Gothel2019-06-2334-0/+3690