JOAL/OpenAL + GraphUI: Spatial Sound in your UI & JogAmp v2.5.0 Notes
While working on JogAmp v2.5.0 release and updating supported MacOS versions as well as fixing Hi-DPI for AWT and NEWT, some love has been given to our OpenAL-Soft integration to JOAL and JOAL itself....
View ArticleGlueGen Compiler Updates
GlueGen is a compiler for function and data-structure declarations, generating Java and JNI C code offline at compile time and allows using native libraries within your Java application. GlueGen is...
View ArticleJogAmp 2.5.0 Released
Release info & Download Links * Features & Bugs-Fixed https://jausoft.com/Files/media/20230818-JogAmp-2_5_0.mp4 (Direct video URL, download and share – or just view at original resolution)
View ArticleGraphUI Type & Shape Animation at your Fingertips
Finished a little over the weekend animation work with AnimGroup (main commit), continuing the Graph Type Rendering and UI saga. UISceneDemo03 demonstrates AnimGroup capabilities: Two repetitive steady...
View ArticleGraphUI CSS Style Layout, Fonts & More ..
Continuing the Graph Type Rendering and UI saga with some functional updates. Here our new CSS alike Grid and Box Layout as well a glimpse into the migrated symbol fonts via our FontView01. You may...
View ArticleGraphUI MediaButton Grid with Grouped Controls (GLMediaPlayer)
Resolving Bug 1472, enhance GLMediaPlayer’s AV Synchronization, I produced another demo for the Graph Type Rendering and UI saga exposing multiple GLMediaPlayer utilizing FFMpeg and our JOAL/OpenAL...
View ArticleGraphUI Frustum Culling & Clipping in Modelview Space and more…
Resolving Bug 1487 in our Graph Type Rendering and UI saga, we can map GraphUI’s Group’s AABBox to a 8-point Cube, on which we perform the Modelview (Mv) transformation and then produce the 6-plane...
View ArticleFull-Feature & High-Performance GraphUI GLMediaPlayer Video Player
Demonstrating new audio and subtitle selection and rendering as well as a performance demo w/ 348 GLMediaPlayer instance running in a GraphUI RangedGroup, having 16 and 36 instances being visible and...
View ArticleGraphUI MediaPlayer – Feature Complete
After showing our GLMediaPlayer & GraphUI MediaPlayer progress, I can now conclude this demonstration being feature complete with text/ASS & bitmap subtitles including international...
View ArticleFixing JogAmp’s Graph Delaunay Tessellation of Complex Non-Convex Shapes
After rendering our GraphUI MediaPlayer feature complete, also capable to use Chinese/CJK fallback fonts it was time for another round to fix our outstanding Graph Delaunay tessellation issues. Minimum...
View Article