754 B
Executable file
754 B
Executable file
WAVL Tree Visualization
Used dependencies
d3
,d3-graphviz
andWASM
- used for rendering the DOT files and animatingbootstrap
- used for CSS and frontend elements
They are fetched via CDN (Content Delivery Network), so you need internet connection, unless they are cached (may differ with browsers).
Running
Simply run an HTTP server from the root of the directory containing web, e.g.
mfocko@feynman on main at 16:18:00
web λ python3 -m http.server
Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...
and follow the link it gives you :)
Makefile
Targets to ease the quality of life.
run
Alias to python3 -m http.server
deploy
Deploys the page to https://me.mfocko.xyz/wavl/web