graphpu icon indicating copy to clipboard operation
graphpu copied to clipboard

Large-scale 3D graph vis software written in Rust.

Results 4 graphpu issues
Sort by recently updated
recently updated
newest added

Hello, I'm sorry I'm new to Rust and try to understand a bit of it through your project. Unfortunately I haven't been able to run my own compiled version. I...

Hello, Wondering what is license. https://github.com/latentcat/graphpu/blob/d5a77c6dc54524aa29a5e19705b1c7518255871b/Cargo.toml#L11 See https://opensource.stackexchange.com/questions/1720/what-can-i-assume-if-a-publicly-published-project-has-no-license Maybe https://choosealicense.com/ can help. Kind regards

Hello, adding 2D rendering (ie force each point to be in the same plan) could be a nice feature to have (especially for Visual Network Analysis). Kind regards PS: posting...

Hello, Given the high amount of data that your app seems to be able to handle maybe you should consider importing nodes and edges with parquet files https://parquet.apache.org/ Other format...