helios-web
helios-web copied to clipboard
A web-based framework to visualize dynamic networks in real-time.
This is the first component to the dynamic pipeline - [ ] Node/edge style definition - [ ] Uniforms access/change - [ ] Mapping nodes to GPU attributes - [...
There is some gap between nodes and edges when nodes are large in the screen. Can probably be fixed giving a small offset to the edge vOffset or rewriting the...
A fix is needed for rendering edges. As shown in the image, if the position of start and end are similar relative to the camera Right and Up vectors (XY...
It seems that the performance of WebGL 1 in Safari dropped significantly in Ventura 13.1 release. https://developer.apple.com/forums/thread/696821?login=true Possible workarounds: Migrate to WebGL 2.0 Start to use WebGPU (not yet supported...