Sierpinski Mind Map Version 0.7:
- works with chrome
- works with firefox (with no other browser tested)
new:
- shapes are switchable now
- new shape: cube
This is an application written in JavaScript using the HTML canvas to visualize a hierarchical graph (HG).
A main goal was, that HG of any size could be visualized. The user should be able to go to every node and edit it. Graphs should be saveable and loadable. The concept Sierpinski triangle/graph is used for getting drawing rules of children nodes. This makes it possible to visualize hierarchical graphs of infinite sizes (theoretically). The whole framework is embedded inside an HTML file.
- Click on node to move to it
- Double click on node to edit it
- Right click on node to open nodes link
Just check it out:
https://htmlpreview.github.io/?https://github.com/LukasBott/mindmap/blob/main/SierpinskiMindmap.html
(You want to open the earlier verisons? -> just right-click on it if you are on the map)
Or:
- Download SierpinskyMindmap.html
- Open SierpinskyMindmap.html with a browser