A completely re-engineered graphtool, built with modern web technologies.
You can discover more at the modernGraphTool documentation page.
modernGraphTool_beta is still in the early stages of development.
Frequent breaking changes and design revisions may occur.
https://potatosalad775.github.io/modernGraphTool
Also available in Squiglink : https://silicagel.squig.link
See Release Page for download options.
modernGraphTool is bundled with Rollup.js for better performance.
To build modernGraphTool, you need to have Node.js installed. Then, run the following commands:
# Setup Dependencies
npm install
# Development (starts watchers + dev server)
npm run dev
# Build for production (./dist)
npm run build
# Preview production build
npm run previewContributions are always welcome, no matter how small or large!
Please refer to CONTRIBUTING.md for more information.
modernGraphTool is open source software licensed under MIT License.