force-directed

Efficient 3D force-directed graph demonstration.

入门
GitHub在线演示
Stars:11
License:Creative Commons Attribution 4.0 International
更新:2025/8/9

README

Force-Directed

This is a demonstration of an efficient 3D force-directed graph written in C#. Repulsion between nodes is calculated using a multithreaded implementation of the Barnes-Hut algorithm. I took advantage of my Lattice library to do the 3D drawing.

Demo image