https://github.com/techno-coder/envisage
Data structure visualisation tool
https://github.com/techno-coder/envisage
data-structures graph-theory informatics visualisation
Last synced: about 2 months ago
JSON representation
Data structure visualisation tool
- Host: GitHub
- URL: https://github.com/techno-coder/envisage
- Owner: Techno-coder
- License: mit
- Created: 2020-02-25T09:22:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T09:45:22.000Z (almost 6 years ago)
- Last Synced: 2025-02-08T18:12:39.648Z (10 months ago)
- Topics: data-structures, graph-theory, informatics, visualisation
- Language: TypeScript
- Homepage: https://techno-coder.github.io/envisage
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Envisage
Data structure visualisation tool.
## Usage
Select a data structure from the menu. Paste in the data into the text box on the left.
The visualisation will update automatically.
### Copy Render Code
This button will copy a C++ function to the clipboard for printing
out the data structure from a variable.
## Adding a data structure
New data structures can added in the `structures` folder. Each data structure must contain:
- A code string that represents the C++ code that is copied to the clipboard
- A render function for parsing and rendering the input text
Additional files must also be appended to the index file body as a script.
If Typescript files are modified they must be recompiled.