aboutsummaryrefslogtreecommitdiffstats
path: root/src/demos/com/jogamp
Commit message (Expand)AuthorAgeFilesLines
* GraphUI GridLayout: Functional Grid Layout w/ Padding, demo'ed in UISceneDemo...Sven Gothel2023-04-122-149/+150
* GraphUI Demos: Use GraphUIDemoArgs for UISceneDemo1[01]Sven Gothel2023-04-122-58/+42
* GraphUI UISceneDemo03b: Action with the Glyph Group Container: Rotate auto an...Sven Gothel2023-04-101-0/+537
* GraphUI UISceneDemo03: Use Group as a Container to hold all Glyphs and have t...Sven Gothel2023-04-101-6/+12
* Matrix4f.mapWin*(): Drop unused temp matrices, map*() returns false on invPMv...Sven Gothel2023-04-092-7/+3
* GraphUI Demos: Use GraphUIDemoArgsSven Gothel2023-04-083-30/+27
* GraphUI: Adjust for rotation: Drag-resize and -move (flip x- and/or y-axix), ...Sven Gothel2023-04-082-1/+250
* PMVMatrix rewrite using Matrix4f, providing SyncMatrix4f* for GLUniformData; ...Sven Gothel2023-04-0714-77/+89
* GraphUI: Adopting Vec*f API; Adding Group; Scene + Group are Container, trave...Sven Gothel2023-04-059-59/+301
* Math: Complete Matrix4f w/ Vec[234]f and adopt it throughout Quaternion, Ray,...Sven Gothel2023-04-055-72/+95
* GraphUI: Relocate com.jogamp.graph.ui.gl.* -> com.jogamp.graph.ui.*, resolve ...Sven Gothel2023-03-3113-40/+40
* GraphUI: Fix debug-box and allow API access in Shape (off, thickness fraction...Sven Gothel2023-03-302-0/+2
* GraphUI Demos: Cover more std arguments via GraphUIDemoArgsSven Gothel2023-03-303-104/+53
* GraphUI Demo: UISceneDemo20 use Scene.screenshot(..), drop own codeSven Gothel2023-03-301-31/+3
* GraphUI Demo UISceneDemo03: Add 1 space padding to demo-text, make screenshot...Sven Gothel2023-03-301-10/+36
* GraphUI: Add GlyphShape representing a single Font.Glyph as a GraphShape; Use...Sven Gothel2023-03-302-111/+198
* GraphUI Demo UISceneDemo03: Add kerning and compensate on label 0/0 origin us...Sven Gothel2023-03-281-8/+22
* GraphUI Demo UISceneDemo02: Use em-sized label w/ scale.Sven Gothel2023-03-281-8/+8
* GraphUI: Decouple GraphShape from Shape, i.e. allow future Shape w/o Graph/GL...Sven Gothel2023-03-286-91/+99
* GraphUI Demos: Remove unused GPUUISceneTextAnim01Sven Gothel2023-03-281-303/+0
* Graph FontScale: Simplify names, fix API doc and add unit testSven Gothel2023-03-284-4/+4
* Graph Font: Rename getBBox*() -> getBounds*() to preserve a common semantic nameSven Gothel2023-03-271-1/+1
* GraphUI Demos: (Text) Type Animation ...Sven Gothel2023-03-222-0/+697
* UISceneDemo0[01]: Useless minor editing (can't move animator lower as sadly u...Sven Gothel2023-03-222-2/+1
* Graph Font Processing: Use Font.GlyphVisitor instead of OutlineShape.Visitor,...Sven Gothel2023-03-221-4/+4
* GraphUI Demos: Adopt to shapesSharpness -> oshapesSharpness renameSven Gothel2023-03-227-7/+7
* GraphUI: Fix Scene.PMVMatrixSetup impl: Setup modelview before using setPlanB...Sven Gothel2023-03-212-4/+8
* GraphUI UISceneDemo20: Consolidate the actual implementation and main launche...Sven Gothel2023-03-214-229/+197
* GraphUI UISceneDemo*: Stop animation loop if window got destroyedSven Gothel2023-03-212-4/+4
* GraphUI UISceneDemo*: Add windowResized() callback to update window title sho...Sven Gothel2023-03-213-5/+12
* GraphUI UISceneDemo*: Use lambdas for GLAutoDrawable.invoke(..) to reduce LOCSven Gothel2023-03-212-12/+6
* Graph: Cleanup Vertex.Factory referencing: Only bind to OutlineShape and use ...Sven Gothel2023-03-2116-101/+73
* 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