aboutsummaryrefslogtreecommitdiffstats
path: root/src/demos
Commit message (Expand)AuthorAgeFilesLines
* Bug 1462 / 1462: GraphUI Demo UISceneDemo20: Replace some text in buttons wit...Sven Gothel2023-09-241-6/+7
* GraphUI Demos UIMediaGrid01: Demos multiple MediaButton in a grid - performan...Sven Gothel2023-09-241-0/+360
* Graph Font Tests: Fix missing codepoint -> GlyphID conversionSven Gothel2023-09-241-2/+2
* Bug 1462 - Graph Font: Add name + codepoint to ID and Glyph mapping plus trav...Sven Gothel2023-09-246-33/+31
* Graph Fonts: Add 'Material Icons Round-Regular' (APL-2 license) and use it in...Sven Gothel2023-09-241-5/+8
* GraphUI Demo FontView01: Add mode showing the Glyph's name below in gridSven Gothel2023-09-241-15/+33
* Bug 1460 - GraphUI Shape: Allow keeping aspect-ratio at resizeSven Gothel2023-09-241-3/+1
* UISceneDemo20 Use onToggle(..) for media-button (audio on/off) as well as use...Sven Gothel2023-09-241-29/+17
* UISceneDemo20: Set proper z-epsilon for all Buttons on reshape to use the per...Sven Gothel2023-09-241-0/+4
* GraphUI Layout: Add UILayoutBoxGridOffset01, showing behavior w/ shapes not s...Sven Gothel2023-09-231-0/+373
* Bug 1452: GraphUI Shape: Rename setMvTransform(..) -> setTransformMv(..), ali...Sven Gothel2023-09-234-7/+7
* Demos MovieSimple, MovieCube: Use Uri.tryUriOrFile(..) and have user just use...Sven Gothel2023-09-222-39/+20
* GraphUI Demo FontView01: Re-add Margin for glyphInfoBox (text) and use Group'...Sven Gothel2023-09-201-3/+3
* Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn...Sven Gothel2023-09-2030-288/+259
* GraphUI Demo Fontview: Fix '-showUnderline' mode; Fix and simplify addGlyphs(...Sven Gothel2023-09-191-17/+7
* GraphUI Demo FontView: Prescan available countour glyphs for fluent scrolling ..Sven Gothel2023-09-191-38/+40
* GraphUI Layout Tests: Use blue for group border and black for shape border; U...Sven Gothel2023-09-192-32/+70
* FontView01: Have all layout performed by our Box/Grid-Layout classes w/o manu...Sven Gothel2023-09-171-147/+259
* GraphUI BoxLayout: Margin is only ignored for center Alignment w/o Fill scale...Sven Gothel2023-09-161-2/+10
* GraphUI Layout: Fix BoxLayout scale, margin and padding; Add same padding beh...Sven Gothel2023-09-053-391/+640
* FloatUtil.abs(a): Mark as deprecated, use Math.abs(a) directly. We assume it ...Sven Gothel2023-09-042-2/+2
* GraphUI: Button/Label: Complete String -> CharSequence type change for text, ...Sven Gothel2023-09-047-18/+11
* GraphUI Scene: Generalize its interface PMVMatrixSetup and usage of its Defau...Sven Gothel2023-09-039-190/+76
* GraphUI Scene: Pass sampleCount in ctor variant and refine API doc, clip to [...Sven Gothel2023-09-0310-20/+34
* GraphUI Demos: Proper use of CommandlineOptionsSven Gothel2023-09-024-34/+18
* Demos: CommandlineOptions: Add total_duration command line option '-duration ...Sven Gothel2023-09-021-14/+19
* PMVMatrix.gluPerspective(): Redfine angle in radians instead of degrees ** AP...Sven Gothel2023-09-028-10/+13
* GraphUI Demo: Rename UISceneDemoU01a -> UIGraphDemoU01a, not using GraphUI's ...Sven Gothel2023-09-011-4/+24
* GraphUI Demo FontView01: Fix '-showUnderline', i.e. glyphListener shall use t...Sven Gothel2023-08-281-1/+1
* GraphUI Demo FontView01: Enhance usability and refactor: Add left-column glyp...Sven Gothel2023-08-281-78/+206
* UISceneDemo03: Detail demo description, add blog entrySven Gothel2023-08-271-3/+7
* GraphUI Demo: UISceneDemo03: Add optional audio (only) via '-audio <URL or fi...Sven Gothel2023-08-271-4/+108
* GraphUI: Extract generalized AnimGroup functionality from UISceneDemo03*, pro...Sven Gothel2023-08-276-781/+524
* Demos: Use Runnable lambda for window.destroy() off-thread and use key-symbol...Sven Gothel2023-08-2310-57/+37
* UISceneDemo03b: Add a little more customization ..Sven Gothel2023-08-191-6/+23
* 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