Completed Features Objectives: Difference between revisions

From JogampWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 27: Line 27:
         "status":["RESOLVED","VERIFIED"],
         "status":["RESOLVED","VERIFIED"],
         "product":"graphui",
         "product":"graphui",
         "include_fields":"id,product,component,priority,severity,status,resolution,summary"
         "include_fields":"id,version,product,component,status,resolution,summary"
     }
     }
</bugzilla>
</bugzilla>
Line 49: Line 49:
     {
     {
         "id":["1373", "1374", "1322"],
         "id":["1373", "1374", "1322"],
         "include_fields":"id,version,product,component,priority,severity,status,summary"
         "include_fields":"id,version,product,component,status,resolution,summary"
     }
     }
</bugzilla>
</bugzilla>
Line 57: Line 57:
     {
     {
         "blocks":["1373", "1374", "1322"],
         "blocks":["1373", "1374", "1322"],
         "include_fields":"id,version,product,component,priority,severity,status,summary"
         "include_fields":"id,version,product,component,status,resolution,summary"
     }
     }
</bugzilla>
</bugzilla>
Line 68: Line 68:
     {
     {
         "id":["1363"],
         "id":["1363"],
         "include_fields":"id,version,product,component,priority,severity,status,summary"
         "include_fields":"id,version,product,component,status,resolution,summary"
     }
     }
</bugzilla>
</bugzilla>
Line 76: Line 76:
     {
     {
         "blocks":["1363"],
         "blocks":["1363"],
         "include_fields":"id,version,product,component,priority,severity,status,summary"
         "include_fields":"id,version,product,component,status,resolution,summary"
     }
     }
</bugzilla>
</bugzilla>

Revision as of 00:35, 24 September 2023

Also see SW Tracking Report Feature Objectives Overview ...

Graph

Graph UI

Graph UI will enable an immersive UI within the 3D scene on the desktop, mobile and on bare-metal embedded systems without a windowing system.

Graph UI utilizes Resolution Independent NURBS Curves Rendering using Programmable Graphics Pipeline, i.e. rendering curves directly on the GPU, resolution independent [ paper, slides ].

This method allows us to to have an ultimate fast font and UI rendering engine, suitable for all devices and applications. No CPU based curve nor font pre-rendering (matching a target resolution) is required.

Think of an integrated QT or OpenJFX in your 2D/3D application working on desktop and embedded devices even w/o any windowing system on top of a plain console DRM/GBM as support by JOGL(EGL) and NEWT as demonstrated by Xerxes on a Raspberry Pi4.

Reimagine Java on Desktop & Bare-Metal Devices demonstrates the updated Graph Curve Rendering and UI. Further updates will be posted here....

Notably the Graph Curve Rendering is almost feature complete, as well as our own user input including gesture detection within NEWT.

All Resolved GraphUI

Full Query
ID Version Product Component Status Resolution Summary
803 2.5.0 GraphUI Core RESOLVED FIXED Establish Graph-UI Core ..
1454 2.6.0 GraphUI Core RESOLVED FIXED GraphUI Scene: Elevate active (selected) shape (add z-offset) and select (pick) in Z descending order
1456 2.6.0 GraphUI Core RESOLVED FIXED GraphUI: Add CSS alike Layout for Group: GridLayout and BoxLayout
1457 2.6.0 GraphUI Core RESOLVED FIXED GraphUI: Add AnimGroup, providing sets of custom animated Shapes
1458 2.6.0 GraphUI Core RESOLVED FIXED GraphUI Z-Epsilon Support: Expose Z-Epsilon API in Scene and utilization in Button
1459 2.6.0 GraphUI Core RESOLVED FIXED GraphUI Shape: Add active (pointer over/left) state and callback Listener
1460 2.6.0 GraphUI Core RESOLVED FIXED GraphUI Shape: Allow keeping aspect-ratio at resize
1464 2.6.0 GraphUI Core RESOLVED FIXED GraphUI Scene: Resolve Data Race Modding Z Position activating a shape and Arrays.sort(..)
1467 2.6.0 GraphUI Core RESOLVED FIXED GraphUI: Don't de-activate a Shape if became active via 'mouseOver' (mouseDragged)
1489 2.6.0 GraphUI Core RESOLVED FIXED GraphUI Group: Resolve Performance Regression in Scene.pickShape(): Drop invisible and clipped shapes
1490 2.6.0 GraphUI Core RESOLVED FIXED GraphUI Group: Resolve Performance Issues with Shape Mv Transform -> PMVMatrix4f; Group/Scene's temp sorted arrays
1495 2.6.0 GraphUI Core RESOLVED FIXED GraphUI Shape: Only updateMat() if marked dirty once in applyMatToMv() and getMat(*)
1496 2.6.0 GraphUI Core RESOLVED FIXED GraphUI Shape: Allow markShapeDirty() and markStateDirty() to be lock free
1498 2.6.0 GraphUI Core RESOLVED FIXED GraphUI: Fix Picking Traversal throughout Groups in Z-Descending Order, testing Children and fallback to Group if positive
1499 2.6.0 GraphUI Core RESOLVED FIXED GraphUI MediaPlayer: Add Time-Code & optional Still-Images as mouse-over on time RangeSlider

15 Total; 0 Open (0%); 15 Resolved (100%); 0 Verified (0%);


Jogl / Graph

Full Query
ID Version Product Component Priority Severity Status Summary
492 2 Jogl graph --- critical VERIFIED New TextRenderer on Win7-64bit-NV-QuadroFX5800 Java-32bit - FBObject produces GL_OUT_OF_MEMORY
636 2 Jogl graph --- critical RESOLVED Quaternion multiplication unexpected behavior
703 2 Jogl graph P4 critical RESOLVED Quaternion SLERP not working jumping and returning incorrect interpolation
754 2 Jogl graph --- enhancement RESOLVED Remove Ubuntu fonts from jogl-all.jar, provide it separately to reduce footprint for the masses.
801 2 Jogl graph --- enhancement RESOLVED Cleanup Graph API, Remove Redundancies.
802 2 Jogl graph --- enhancement RESOLVED Enhance Graph Performance w/ Text Rendering
1040 2.5.0 Jogl graph --- enhancement RESOLVED Font space character width problem (GPU renderer)
1041 2.6.0 Jogl graph --- enhancement RESOLVED GPU Font rendering bugs on bold fonts
1061 tbd Jogl graph --- enhancement RESOLVED Make possibility to draw antialiased text to different frame buffer
1091 2.3.0 Jogl graph --- enhancement RESOLVED Graph FontFactory: Add method allowing Font loading via InputStream
1131 tbd Jogl graph --- major RESOLVED Some TTF fonts not working in the new Graph API renderer
1132 tbd Jogl graph --- major RESOLVED OTF fonts can't be loaded in Graph API renderer
1133 2.6.0 Jogl graph --- major RESOLVED Some TTF fonts producing squares instead of characters
1162 tbd Jogl graph --- normal RESOLVED Using TextRegionUtil (RegionRenderer and RenderState) with user GL code
1228 tbd Jogl graph --- enhancement RESOLVED Allow setting other glBlendFunc in GLRegion renderer
1229 2.6.0 Jogl graph --- major RESOLVED Some TextRenderer tests not giving expected results
1230 tbd Jogl graph --- normal RESOLVED Two-pass TextRenderer doesn't work if culling is enabled
1262 tbd Jogl graph P4 major RESOLVED Allow multi-pass font rendering to choose FBO to render to
1272 tbd Jogl graph P4 normal RESOLVED Two-pass TextRenderer color changing during runtime doesn't work if glyph caching is enabled
1355 tbd Jogl graph P4 normal RESOLVED buggy text rendering in GPUTextNewtDemo
1461 2.6.0 Jogl graph P4 normal RESOLVED Graph Fonts: Add 'Material Icons Round-Regular' (APL-2 license)
1462 2.6.0 Jogl graph P4 normal RESOLVED Graph Font: Add name + codepoint to ID and Glyph mapping plus traversing through all Glyphs
1463 2.6.0 Jogl graph P4 normal RESOLVED Graph Font: Whitespace or undefined Glyphs shall not cover (any) height exceeding overall CharSequence
1465 2.6.0 Jogl graph P4 normal RESOLVED Graph / GraphUI: Render a Region's ColorTexture in proper aspect-ratio, letter-boxed or zoomed (config)
1466 2.6.0 Jogl graph P4 normal RESOLVED Graph / GraphUI: Fix color mixing in Region shader with texture, colorStatic and colorChannel
1485 2.6.0 Jogl graph P4 normal RESOLVED Graph: Support AABBox Clipping to [GL]Region
1486 2.6.0 Jogl graph P4 normal RESOLVED Graph/GraphUI AA-Quality + SampleCount Params: Push 'em down to RegionRenderer's RenderState usually rarely set from top of user API, reducing complexity
1487 2.6.0 Jogl graph P4 normal RESOLVED Graph: Use Frustum Clipping instead of AABBox + GraphUI Support
1488 2.6.0 Jogl graph P1 critical RESOLVED Graph: Resolve Performance Regression in RegionRenderer's ShaderKey Utilization
1493 2.6.0 Jogl graph P4 normal RESOLVED GLMediaPlayer/GraphUI: Support Displaying Text/ASS Subtitles
1494 2.6.0 Jogl graph P4 normal RESOLVED GLMediaPlayer/GraphUI: Support Displaying Bitmap'ed Subtitles (PGS ..)
1497 2.6.0 Jogl graph P4 normal RESOLVED Merge Bernhard Haumacher's typecast work, providing documentation as well as Cmap table fix
1501 2.6.0 Jogl graph P1 critical RESOLVED Graph: Resolve Tessellation Bugs (Delaunay Triangulation)

33 Total; 0 Open (0%); 32 Resolved (96.97%); 1 Verified (3.03%);


High DPI

Parent Main Node
Dependency Tree
Full Query
ID Version Product Component Status Resolution Summary
1322 2.5.0 Jogl macosx RESOLVED FIXED JOGL sets pixel scale to 2 for GLJPanel not on Retina display
1373 2.5.0 General generic VERIFIED FIXED Support High-DPI across Platforms and Modules
1374 2.5.0 Jogl awt RESOLVED FIXED Support High-DPI for JRE>8 AWT on Windows, MacOSX and Linux

3 Total; 0 Open (0%); 2 Resolved (66.67%); 1 Verified (33.33%);


Children blocking Parent
Full Query
ID Version Product Component Status Resolution Summary
741 2 Jogl macosx RESOLVED FIXED Enable Hi-Dpi Mode on OSX (Retina)
1120 2.3.0 Jogl core RESOLVED FIXED Refine HiDPI Support
1130 2.3.0 Newt awt RESOLVED FIXED Add Mapping from AWT Component -> NEWT [Screen, MonitorDevice]
1322 2.5.0 Jogl macosx RESOLVED FIXED JOGL sets pixel scale to 2 for GLJPanel not on Retina display
1351 2.4.0 Newt macosx RESOLVED FIXED NEWT: Custom pointer pixels doubled on High-DPI Retina Display on OS X only
1358 2.4.0 Jogl swt VERIFIED FIXED Incorrect OpenGL surface size on SWT GLCanvas and NewtCanvasSWT w/ High-DPI scaling
1374 2.5.0 Jogl awt RESOLVED FIXED Support High-DPI for JRE>8 AWT on Windows, MacOSX and Linux
1421 2.4.0 Newt swt VERIFIED FIXED Incorrect OpenGL window position on NewtCanvasSWT on MacOS
1422 2.4.1 Newt swt VERIFIED FIXED NEWT: Handle SWT's DPI Scaling on non native dpi scaling platforms (Linux, Windows, ..)

9 Total; 0 Open (0%); 6 Resolved (66.67%); 3 Verified (33.33%);


Java 11

Parent Main Node
Dependency Tree
Full Query
ID Version Product Component Status Resolution Summary
1363 2.4.0 General builds RESOLVED FIXED Java 11+ Compatibility (Remove Warnings, Build and Run)

1 Total; 0 Open (0%); 1 Resolved (100%); 0 Verified (0%);


Children blocking Parent
Full Query
ID Version Product Component Status Resolution Summary
1317 2.4.0 Nativewindow core RESOLVED FIXED JOGL AWT sample crashes on Java 9
1417 2.4.0 General builds RESOLVED FIXED Android: Support building using current SDK and NDK v20 as of 2019-12-10

2 Total; 0 Open (0%); 2 Resolved (100%); 0 Verified (0%);