aboutsummaryrefslogtreecommitdiffstats
path: root/src/demos/com/jogamp
Commit message (Expand)AuthorAgeFilesLines
* GraphUI {Round->Base}Button, denoting perpendicular or round corners (aka rec...Sven Gothel2023-04-192-12/+12
* GraphUI: Add BoxLayout and Margin, todo: Have GridLayout properly use Gap w/ ...Sven Gothel2023-04-181-0/+225
* GraphUI Padding: Use CSS alike ctor semantics, hence swizzle ctor argumentsSven Gothel2023-04-183-48/+5
* Graph + GraphUI: Consolidate Vertex: Drop SVertex and factory, use Vec[234]f ...Sven Gothel2023-04-1811-14/+15
* GraphUI Demos: Move GraphUIDemoArgs to sub-package utilSven Gothel2023-04-189-2/+9
* GraphUI Demo FontView01: Add font-name and selected glyphID to screenshot fil...Sven Gothel2023-04-141-4/+8
* GraphUI Demo FontView01: Add screenshot per selected GlyphSven Gothel2023-04-141-6/+9
* GraphUI Demo FontView01: Separate general font metrix (height, line-height) f...Sven Gothel2023-04-141-3/+3
* GraphUI Demo FontView01: Add 'infoGrid' w/ GlyphShape (-> DAG SG reusing inst...Sven Gothel2023-04-141-21/+106
* GraphUI Demo/Test: FontView[Listener]01: Use 10 'mmPerCell', Monitor resoluti...Sven Gothel2023-04-141-40/+46
* GraphUI Demo FontView01: Use full window size if grid is not otherwise define...Sven Gothel2023-04-141-13/+25
* GraphUI Demos: Use new Scene.screenshot(.. screen.nextScreenShotFile(..))Sven Gothel2023-04-144-9/+6
* GraphUI Scene.screenshot(): Add convenient variant to be executed on-display ...Sven Gothel2023-04-134-17/+7
* GraphUI Demos: Adding prelim FontView01, which may become a 'little FontForge...Sven Gothel2023-04-134-3/+196
* GraphUI Demos: Fix var-name typo, its velocitySven Gothel2023-04-136-16/+16
* 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