thud / gravy

Graph Visualisation tool written in TS with Svelte.

Home Page:https://gravy.thud.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gravy - Graph Visualisation

Gravy is now live! (https://gravy.thud.dev)

Gravy is a toy for generating graphs and visualising various algorithms on them. It allows you to create a graph by placing nodes and connections, provides support for connection weights/directions as well as the choice of a few commonly used graphs which are generated in realtime.
Upon reaching Gravy, you will receive a walkthrough on how to use it.

Get Started

  1. Gravy is live now at https://gravy.thud.dev. If you just want to play around with some graphs go there.

  2. To run locally, clone this repo and then run the following 👇:

$ npm i
$ npm run dev

😏 Made by JP

About

Graph Visualisation tool written in TS with Svelte.

https://gravy.thud.dev

License:MIT License


Languages

Language:TypeScript 52.2%Language:Svelte 45.3%Language:JavaScript 1.4%Language:CSS 0.9%Language:HTML 0.3%