As already demonstrated in the previous Graph UI blog, the FFmpeg binding has been properly update, now supporting version 4, 5 and the development trunk 6. Version 4 is currently used in Debian 11 and version 5 in Debian 12. Each implemented version uses the current non-deprecated FFmpeg code-path. Continue reading “JogAmp’s JOGL FFmpeg Binding Update”
Tag: 3D
Reimagine Java on Desktop & Bare-Metal Devices
The vision and reimagination is to unite forces and bring back Java UI on bare-metal embedded devices, mobile and desktop. In the lasts months and years, I have sadly seen companies revoking their commitment and trust in Java in regards to Human Machine Interface (HMI) or User Interface (UI) applications. Continue reading “Reimagine Java on Desktop & Bare-Metal Devices”
More Graph Type Rendering Updates …
Another update in the Graph Type Rendering Saga. I will use this entry to continuously add progress in the comment section. I will wrap up the remaining issues here and a layout fix for spacing. Continue reading “More Graph Type Rendering Updates …”
Graph Type Rendering Update 4
Update four in the Graph Type Rendering Saga. Here just a quick update on fixing serif font glyphs like g and æ and inner shape or holes within OutlineShape in general. Continue reading “Graph Type Rendering Update 4”
Graph Type Rendering Update 3
Just another little update, the 3rd, see first update and the second one for progress.
Basically one bug within the TypecastRenderer has been fixed, transforming the Glyph into our OutlineShape. Furthermore it may produce Java code to be pasted in a test class to test remaining issues. Continue reading “Graph Type Rendering Update 3”
Graph Type Rendering Update 2
Since my last update, I changed the Type Rendering to produce OutlineShapes in font and resolution independent font em-size units instead of font-units to be divided by unitsPerEm earlier. The UI demos have also been updated and the following screenshots demonstrate Graph UIs potential of its immersive scene UI. Continue reading “Graph Type Rendering Update 2”
Graph Type Rendering Update 1
After releasing JogAmp 2.4.0 (see feature/buglist), it was time to tackle an outstanding issue once again: Type Rendering. Motivation was born again by finding the most interesting feature to use Java with JOGL on Desktop, Mobile and Embedded Devices. At least for my taste, I identified this to be Graph UI, an immersive UI within the 3D scene including text and UI objects and user interaction. Continue reading “Graph Type Rendering Update 1”
Some late C++/Java Project Experience
Lately we started to discuss JogAmp‘s Project Management a little bit and touched things like efficient Java JNI binding to native foreign functions.
Allow me to elaborate on this issue a little bit (forum copy), perhaps even go this far to debate down on the metal C++ vs virtual Java performance.
Keep in mind, I am an old dog and always focus on performance and such thing even on the Java side 😉 Continue reading “Some late C++/Java Project Experience”
JogAmp 2.4.0 Release Feature Freeze & Complete
Note that all branches have been merged back into master.
General 2.4.0 Release Details
See wiki entry.
New Features of 2.4.0 Release Details
See wiki entry. Continue reading “JogAmp 2.4.0 Release Feature Freeze & Complete”
JogAmp iOS Arm64 Port: NEWT
JogAmp port to iOS, tested on ipad pro 11, arm64.
We use our own OpenJDK 9 x86_64 and arm64 build for the arm64 device and the x86_64 simulation.
The iOS port complements our wide range of supported platforms as demonstrated here. Continue reading “JogAmp iOS Arm64 Port: NEWT”