| Commit message (Expand) | Author | Age | Files | Lines |
* | Demos: ..demos.graph.ui.util.GraphUIDemoArgs -> ..demos.util.CommandlineOptions | Sven Gothel | 2023-08-13 | 16 | -34/+33 |
* | GraphUIDemoArgs: Issue GLProfile.initSingleton() once in static init block, e... | Sven Gothel | 2023-08-13 | 1 | -0/+4 |
* | UISceneDemo20: Fix info/debug text title GPUUISceneGLListener0A -> UISceneDemo20 | Sven Gothel | 2023-08-13 | 1 | -7/+8 |
* | GraphUIDemoArgs: Add GL4 core | Sven Gothel | 2023-08-13 | 1 | -0/+2 |
* | Demos: Add main() to GearsES2, .. allowing to be used for simple bringup tests | Sven Gothel | 2023-08-13 | 3 | -12/+166 |
* | Animator*: Add ctor variants passing modeBits directly, i.e. enable/disable A... | Sven Gothel | 2023-08-13 | 26 | -29/+32 |
* | Untangle joal from build requirements as introduced via new jogl-demos | Sven Gothel | 2023-08-07 | 3 | -6/+4 |
* | Graph / GraphUI Demos: Don't use the color-channel if not required (mixing co... | Sven Gothel | 2023-08-02 | 6 | -14/+17 |
* | Graph: Simplify RegionRenderer API by exposing common RenderState methods (an... | Sven Gothel | 2023-08-02 | 8 | -41/+39 |
* | UISceneDemoU01a: Destory textRegion @ dispose | Sven Gothel | 2023-08-01 | 1 | -0/+1 |
* | Graph Add {GLRegion, GraphShape}.setTextureUnit(int): Allowing to set texture... | Sven Gothel | 2023-08-01 | 1 | -8/+18 |
* | Graph RegionRendered.init(..): Disable renderer (and shader programs etc) to ... | Sven Gothel | 2023-08-01 | 1 | -4/+3 |
* | Add Graph/GraphUI UISceneDemoU01a, showcase integration and multiple projecti... | Sven Gothel | 2023-08-01 | 1 | -0/+351 |
* | Graph: Minor cleanup: TextRegionUtil: Fix API doc references; RegionRenderer.... | Sven Gothel | 2023-08-01 | 1 | -1/+0 |
* | GraphUI UISceneDemo20: Add OpenAL spatial 3D sound features: Add SimpleSineSy... | Sven Gothel | 2023-05-23 | 1 | -5/+219 |
* | MovieCube: Restart @ EOS | Sven Gothel | 2023-05-18 | 2 | -9/+18 |
* | Common av classes (*AudioSink, ..) are promoted to gluegen (commit 270172bcbd... | Sven Gothel | 2023-05-17 | 1 | -1/+1 |
* | Fix MovieSimpleActivity1: Adjust to GLMediaPlayer API change (commit 9a7b9768... | Sven Gothel | 2023-05-15 | 1 | -11/+12 |
* | GLMediaPlayer: Replace GLMediaEventListener.EVENT_CHANGE_* 'int event_mask' w... | Sven Gothel | 2023-05-09 | 7 | -70/+59 |
* | GraphUI Working GridLayout w/ and w/o cell-size and alignment; Added BoxLayout. | Sven Gothel | 2023-04-29 | 7 | -97/+698 |
* | GraphUI GraphShape: Apply {update->reset}GLRegion() | Sven Gothel | 2023-04-28 | 5 | -5/+5 |
* | GraphUI GraphShape: createGLRegion() -> updateGLRegion(), called by addShapeT... | Sven Gothel | 2023-04-20 | 7 | -16/+35 |
* | Graph GLRegion/TextRegionUtil: Enhance pre-determination of buffer-size, incr... | Sven Gothel | 2023-04-20 | 7 | -17/+15 |
* | Graph OutlineShape.get{Outline->}VectexCount() renamed | Sven Gothel | 2023-04-20 | 1 | -1/+1 |
* | GraphUI {Round->Base}Button, denoting perpendicular or round corners (aka rec... | Sven Gothel | 2023-04-19 | 2 | -12/+12 |
* | GraphUI: Add BoxLayout and Margin, todo: Have GridLayout properly use Gap w/ ... | Sven Gothel | 2023-04-18 | 1 | -0/+225 |
* | GraphUI Padding: Use CSS alike ctor semantics, hence swizzle ctor arguments | Sven Gothel | 2023-04-18 | 3 | -48/+5 |
* | Graph + GraphUI: Consolidate Vertex: Drop SVertex and factory, use Vec[234]f ... | Sven Gothel | 2023-04-18 | 11 | -14/+15 |
* | GraphUI Demos: Move GraphUIDemoArgs to sub-package util | Sven Gothel | 2023-04-18 | 9 | -2/+9 |
* | GraphUI Demo FontView01: Add font-name and selected glyphID to screenshot fil... | Sven Gothel | 2023-04-14 | 1 | -4/+8 |
* | GraphUI Demo FontView01: Add screenshot per selected Glyph | Sven Gothel | 2023-04-14 | 1 | -6/+9 |
* | GraphUI Demo FontView01: Separate general font metrix (height, line-height) f... | Sven Gothel | 2023-04-14 | 1 | -3/+3 |
* | GraphUI Demo FontView01: Add 'infoGrid' w/ GlyphShape (-> DAG SG reusing inst... | Sven Gothel | 2023-04-14 | 1 | -21/+106 |
* | GraphUI Demo/Test: FontView[Listener]01: Use 10 'mmPerCell', Monitor resoluti... | Sven Gothel | 2023-04-14 | 1 | -40/+46 |
* | GraphUI Demo FontView01: Use full window size if grid is not otherwise define... | Sven Gothel | 2023-04-14 | 1 | -13/+25 |
* | GraphUI Demos: Use new Scene.screenshot(.. screen.nextScreenShotFile(..)) | Sven Gothel | 2023-04-14 | 4 | -9/+6 |
* | GraphUI Scene.screenshot(): Add convenient variant to be executed on-display ... | Sven Gothel | 2023-04-13 | 4 | -17/+7 |
* | GraphUI Demos: Adding prelim FontView01, which may become a 'little FontForge... | Sven Gothel | 2023-04-13 | 4 | -3/+196 |
* | GraphUI Demos: Fix var-name typo, its velocity | Sven Gothel | 2023-04-13 | 6 | -16/+16 |
* | GraphUI GridLayout: Functional Grid Layout w/ Padding, demo'ed in UISceneDemo... | Sven Gothel | 2023-04-12 | 2 | -149/+150 |
* | GraphUI Demos: Use GraphUIDemoArgs for UISceneDemo1[01] | Sven Gothel | 2023-04-12 | 2 | -58/+42 |
* | GraphUI UISceneDemo03b: Action with the Glyph Group Container: Rotate auto an... | Sven Gothel | 2023-04-10 | 1 | -0/+537 |
* | GraphUI UISceneDemo03: Use Group as a Container to hold all Glyphs and have t... | Sven Gothel | 2023-04-10 | 1 | -6/+12 |
* | Matrix4f.mapWin*(): Drop unused temp matrices, map*() returns false on invPMv... | Sven Gothel | 2023-04-09 | 2 | -7/+3 |
* | GraphUI Demos: Use GraphUIDemoArgs | Sven Gothel | 2023-04-08 | 3 | -30/+27 |
* | GraphUI: Adjust for rotation: Drag-resize and -move (flip x- and/or y-axix), ... | Sven Gothel | 2023-04-08 | 2 | -1/+250 |
* | PMVMatrix rewrite using Matrix4f, providing SyncMatrix4f* for GLUniformData; ... | Sven Gothel | 2023-04-07 | 14 | -77/+89 |
* | GraphUI: Adopting Vec*f API; Adding Group; Scene + Group are Container, trave... | Sven Gothel | 2023-04-05 | 9 | -59/+301 |
* | Math: Complete Matrix4f w/ Vec[234]f and adopt it throughout Quaternion, Ray,... | Sven Gothel | 2023-04-05 | 5 | -72/+95 |
* | GraphUI: Relocate com.jogamp.graph.ui.gl.* -> com.jogamp.graph.ui.*, resolve ... | Sven Gothel | 2023-03-31 | 13 | -40/+40 |