https://github.com/sunsided/force-directed-graphs
Force-directed graph visualization in C#
https://github.com/sunsided/force-directed-graphs
csharp experiment force-directed-graphs visualization
Last synced: 10 months ago
JSON representation
Force-directed graph visualization in C#
- Host: GitHub
- URL: https://github.com/sunsided/force-directed-graphs
- Owner: sunsided
- License: eupl-1.1
- Created: 2015-07-22T23:34:00.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-23T01:18:42.000Z (almost 11 years ago)
- Last Synced: 2025-04-09T08:39:54.622Z (about 1 year ago)
- Topics: csharp, experiment, force-directed-graphs, visualization
- Language: C#
- Size: 152 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Force-Directed Graph Visualization
==================================
This project implements a force directed graph visualization algorithm.
### License
The project is licensed under the [EUPL v.1.1](https://joinup.ec.europa.eu/software/page/eupl/licence-eupl), a copy of which can be found in [LICENSE.md](LICENSE.md).