hacking algorithm-visualizer
https://algorithm-visualizer.org/
- the build tree for algo-viz looks like this
- App's layout:
<ResizableContainer>
<Navigator>
<VisualizationViewer>
<TabContainer
<CodeEditor>
- how does
<VisualizationViewer>
work?- what is
this.root
?- where is
args
incommand
coming from?commands
are "visualizing commands"- "tracers/ interprets visualizing commands into visualization data."
- the components
Player
andVisualizationViewer
have the most use of the wordcommand
- where is
- what is
- the
<Player>
:- renders this:
- renders this:
Backlinks