Re: Graph Type Rendering Updates (Graph UI)
Posted by
Sven Gothel on
Apr 18, 2023; 7:52am
URL: https://forum.jogamp.org/Graph-Type-Rendering-Updates-Graph-UI-tp4042173p4042468.html
Graph + GraphUI: Consolidate Vertex: Drop SVertex and factory, use Vec[234]f instead of float[] and remove unused VectorUtil methods
After Matrix4f consolidation and proving same or better performance on non array types,
this enhances code readability, simplifies API, reduces bugs and may improve performance.
This was AFAIK the last ugly `float[]`math utilization replaced now,
already lead to one follow-up bug-fix :)
Now back to CSS style layout code, at least some proper Grid and Flex mode
to allow hacking a UI quickly together w/o manual creepy layout math in user code :)