-
Notifications
You must be signed in to change notification settings - Fork 3
Interactive tree
1138-4EB edited this page May 10, 2015
·
1 revision
Three tree views:
- Sources of the project.
- Modules in the design.
- File dependency.
Linking to the sources (including line number) is available through either GHDL or pyVHDLParser.
- There are multiple json-tree viewers written in JavaScript: awendland/angular-json-tree, myst729/vue-json-tree, arvidkahl/vue-json-tree-view
- How does this work with LaTeX?
- The JSON can be shown in a listings environment: https://tex.stackexchange.com/questions/83085/how-to-improve-listings-display-of-json-files
- It can be parsed: https://tex.stackexchange.com/questions/222604/ways-to-parse-json-in-latex
- What about a 'fancy' TikZ figure? TikZ figures with cross-references?
- Alternatively, screenshot the JavaScript visualization.
- And Qt?
- And eclipse[/che]?