summaryrefslogtreecommitdiffstats
path: root/src/demos/com/jogamp
Commit message (Expand)AuthorAgeFilesLines
* Demos: ..demos.graph.ui.util.GraphUIDemoArgs -> ..demos.util.CommandlineOptionsSven Gothel2023-08-1316-34/+33
* GraphUIDemoArgs: Issue GLProfile.initSingleton() once in static init block, e...Sven Gothel2023-08-131-0/+4
* UISceneDemo20: Fix info/debug text title GPUUISceneGLListener0A -> UISceneDemo20Sven Gothel2023-08-131-7/+8
* GraphUIDemoArgs: Add GL4 coreSven Gothel2023-08-131-0/+2
* Demos: Add main() to GearsES2, .. allowing to be used for simple bringup testsSven Gothel2023-08-133-12/+166
* Animator*: Add ctor variants passing modeBits directly, i.e. enable/disable A...Sven Gothel2023-08-1326-29/+32
* Untangle joal from build requirements as introduced via new jogl-demosSven Gothel2023-08-073-6/+4
* Graph / GraphUI Demos: Don't use the color-channel if not required (mixing co...Sven Gothel2023-08-026-14/+17
* Graph: Simplify RegionRenderer API by exposing common RenderState methods (an...Sven Gothel2023-08-028-41/+39
* UISceneDemoU01a: Destory textRegion @ disposeSven Gothel2023-08-011-0/+1
* Graph Add {GLRegion, GraphShape}.setTextureUnit(int): Allowing to set texture...Sven Gothel2023-08-011-8/+18
* Graph RegionRendered.init(..): Disable renderer (and shader programs etc) to ...Sven Gothel2023-08-011-4/+3
* Add Graph/GraphUI UISceneDemoU01a, showcase integration and multiple projecti...Sven Gothel2023-08-011-0/+351
* Graph: Minor cleanup: TextRegionUtil: Fix API doc references; RegionRenderer....Sven Gothel2023-08-011-1/+0
* GraphUI UISceneDemo20: Add OpenAL spatial 3D sound features: Add SimpleSineSy...Sven Gothel2023-05-231-5/+219
* MovieCube: Restart @ EOSSven Gothel2023-05-182-9/+18
* Common av classes (*AudioSink, ..) are promoted to gluegen (commit 270172bcbd...Sven Gothel2023-05-171-1/+1
* Fix MovieSimpleActivity1: Adjust to GLMediaPlayer API change (commit 9a7b9768...Sven Gothel2023-05-151-11/+12
* GLMediaPlayer: Replace GLMediaEventListener.EVENT_CHANGE_* 'int event_mask' w...Sven Gothel2023-05-097-70/+59
* GraphUI Working GridLayout w/ and w/o cell-size and alignment; Added BoxLayout.Sven Gothel2023-04-297-97/+698
* GraphUI GraphShape: Apply {update->reset}GLRegion()Sven Gothel2023-04-285-5/+5
* GraphUI GraphShape: createGLRegion() -> updateGLRegion(), called by addShapeT...Sven Gothel2023-04-207-16/+35
* Graph GLRegion/TextRegionUtil: Enhance pre-determination of buffer-size, incr...Sven Gothel2023-04-207-17/+15
* Graph OutlineShape.get{Outline->}VectexCount() renamedSven Gothel2023-04-201-1/+1
* 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