Completed Features Objectives: Difference between revisions
No edit summary |
(→Graph) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
= Graph = | = Graph = | ||
[https://jausoft.com/blog/tag/graph_type_rendering/ Graph/GraphUI Progress Blog Entries] | |||
== Graph UI == | == Graph UI == | ||
Line 27: | Line 28: | ||
"status":["RESOLVED","VERIFIED"], | "status":["RESOLVED","VERIFIED"], | ||
"product":"graphui", | "product":"graphui", | ||
"include_fields":"id,product,component | "include_fields":"id,version,product,component,status,resolution,summary" | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
Line 38: | Line 39: | ||
"product":"jogl", | "product":"jogl", | ||
"component":"graph", | "component":"graph", | ||
"include_fields":"id,version,product,component, | "include_fields":"id,version,product,component,status,resolution,summary" | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
Line 49: | Line 50: | ||
{ | { | ||
"id":["1373", "1374", "1322"], | "id":["1373", "1374", "1322"], | ||
"include_fields":"id,version,product,component, | "include_fields":"id,version,product,component,status,resolution,summary" | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
Line 57: | Line 58: | ||
{ | { | ||
"blocks":["1373", "1374", "1322"], | "blocks":["1373", "1374", "1322"], | ||
"include_fields":"id,version,product,component, | "include_fields":"id,version,product,component,status,resolution,summary" | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
Line 68: | Line 69: | ||
{ | { | ||
"id":["1363"], | "id":["1363"], | ||
"include_fields":"id,version,product,component, | "include_fields":"id,version,product,component,status,resolution,summary" | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
Line 76: | Line 77: | ||
{ | { | ||
"blocks":["1363"], | "blocks":["1363"], | ||
"include_fields":"id,version,product,component, | "include_fields":"id,version,product,component,status,resolution,summary" | ||
} | } | ||
</bugzilla> | </bugzilla> |
Latest revision as of 15:09, 9 February 2024
Also see SW Tracking Report Feature Objectives Overview ...
Graph
Graph/GraphUI Progress Blog Entries
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.
Bugzilla query error
Array ( [type] => error [message] => http-timed-out [params] => Array ( [0] => https://jogamp.org/bugzilla/rest/bug?status=RESOLVED&status=VERIFIED&product=graphui&include_fields=id&include_fields=version&include_fields=product&include_fields=component&include_fields=status&include_fields=resolution&include_fields=summary ) ) 1
Jogl / Graph
Bugzilla query error
Bugzilla API returned an error: DBI connect('host=localhost;database=bugs','bugs',...) failed: Too many connections at /usr/lib/x86_64-linux-gnu/perl5/5.36/DBI.pm line 691. DBI::__ANON__(undef, undef) called at /usr/lib/x86_64-linux-gnu/perl5/5.36/DBI.pm line 748 DBI::connect("DBI", "dbi:MariaDB:host=localhost;database=bugs", "bugs", "hdsjdh90289d7ugh", HASH(0x5584c2236100)) called at lib/DBIx/Connector.pm line 31 DBIx::Connector::_connect(DBIx::Connector=HASH(0x5584c2236388)) called at lib/DBIx/Connector.pm line 75 DBIx::Connector::dbh(DBIx::Connector=HASH(0x5584c2236388)) called at (eval 233) line 17 Bugzilla::DB::dbh(Bugzilla::DB::MariaDB=HASH(0x5584c222d4b0)) called at Bugzilla/DB.pm line 129 Bugzilla::DB::quote(Bugzilla::DB::MariaDB=HASH(0x5584c222d4b0), ", ") called at Bugzilla/DB/MariaDB.pm line 124 Bugzilla::DB::MariaDB::sql_group_concat(Bugzilla::DB::MariaDB=HASH(0x5584c222d4b0), "DISTINCT map_alias.alias") called at Bugzilla/Search.pm line 526 Bugzilla::Search::COLUMNS(Bugzilla::Search=HASH(0x5584c222d288)) called at Bugzilla/Search.pm line 700 Bugzilla::Search::data(Bugzilla::Search=HASH(0x5584c222d288)) called at Bugzilla/WebService/Bug.pm line 587 Bugzilla::WebService::Bug::search(Bugzilla::WebService::Server::REST::Bugzilla::WebService::Bug=HASH(0x5584c1ade550), HASH(0x5584c20d4358)) called at (eval 428) line 1 eval ' $procedure->{code}->($self, $params) ' called at lib/JSON/RPC/Legacy/Server.pm line 208 JSON::RPC::Legacy::Server::_handle(Bugzilla::WebService::Server::REST::Bugzilla::WebService::Bug=HASH(0x5584c1ade550), HASH(0x5584c20677c8)) called at Bugzilla/WebService/Server/JSONRPC.pm line 282 Bugzilla::WebService::Server::JSONRPC::_handle(Bugzilla::WebService::Server::REST::Bugzilla::WebService::Bug=HASH(0x5584c1ade550), HASH(0x5584c20677c8)) called at Bugzilla/WebService/Server/REST.pm line 98 Bugzilla::WebService::Server::REST::handle(Bugzilla::WebService::Server::REST::Bugzilla::WebService::Bug=HASH(0x5584c1ade550)) called at rest.cgi line 30 at lib/DBIx/Connector.pm line 31. 1
High DPI
- Parent Main Node
- Dependency Tree
Bugzilla query error
Array ( [type] => error [message] => http-timed-out [params] => Array ( [0] => https://jogamp.org/bugzilla/rest/bug?id=1373&id=1374&id=1322&include_fields=id&include_fields=version&include_fields=product&include_fields=component&include_fields=status&include_fields=resolution&include_fields=summary ) ) 1
- Children blocking Parent
Bugzilla query error
Array ( [type] => error [message] => http-timed-out [params] => Array ( [0] => https://jogamp.org/bugzilla/rest/bug?blocks=1373&blocks=1374&blocks=1322&include_fields=id&include_fields=version&include_fields=product&include_fields=component&include_fields=status&include_fields=resolution&include_fields=summary ) ) 1
Java 11
- Parent Main Node
- Dependency Tree
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
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%);