An online tool to visualize recursive JS functions step-by-step as a tree.
Last updated May 8, 2026
65
Stars
10
Forks
2
Issues
0
Stars/day
Attention Score
30
Language breakdown
HTML 86.7%
JavaScript 8.9%
Python 3.8%
CSS 0.5%
▸ Files
click to expand
README
recursive-visualizations
A way to visualize the call graph of recursive functions.
Uses Pyodide to run rcviz.py and then a WASM PyDot/GraphViz port to build an SVG graph. Finally, some JavaScript adds a slider for stepping through the calls.
To run locally:
-m http.server
To run Python tests:
🔗 More in this category