-
Updated
Nov 3, 2019 - JavaScript
#
software-visualization
Here are 19 public repositories matching this topic...
Visualizing JavaScript source code as navigable 3D cities
Dashboard for analyzing and visualizing software artifacts' data scanned with jQAssistant and stored in a Neo4j graph database.
-
Updated
Sep 3, 2020 - JavaScript
IslandViz: A Tool for Visualizing Modular Software Systems in Virtual Reality
-
Updated
Apr 7, 2020 - C#
A visual tool for assessing Git commits and GitHub Pull Requests
-
Updated
Dec 12, 2018 - Smalltalk
3D visualization for code structure and code quality
visualization
threejs
metrics
software-analysis
software-visualization
software-quality
software-evolution
-
Updated
May 31, 2019 - JavaScript
ExplorViz is a monitoring and visualization approach, which uses dynamic analysis techniques to provide a live trace visualization of large software landscapes. This repository contains the backend.
-
Updated
Jul 15, 2020 - Java
ExplorViz is a monitoring and visualization approach, which uses dynamic analysis techniques to provide a live trace visualization of large software landscapes. This repository contains the frontend.
-
Updated
Sep 3, 2020 - TypeScript
Dynamic Universal Software System Visualization Kit(DUCK)
-
Updated
Jun 13, 2017 - JavaScript
Software-Analyse und -Visualisierung mit Python im Rahmen der BeLL (http://www.bip-schulen.de/aktivitaeten-gyl/bell).
python
binder
neo4j
jupyter-notebook
pandas
matplotlib
software-visualization
cypher
pygal
software-analytics
jqassistant
-
Updated
Feb 4, 2020 - Jupyter Notebook
Visualize Dart library dependencies in Graphviz dot. Detect dependency cycles.
-
Updated
Aug 22, 2020 - Dart
Software visualization IslandViz for Microsoft HoloLens
-
Updated
Nov 14, 2019 - C#
This frontend extension adds a collaborative WebVR-based Virtual Reality (VR) mode to ExplorViz
-
Updated
Jun 22, 2020 - JavaScript
Compiler visualisation build on a custom toy compiler
-
Updated
May 27, 2020 - C
Software visualization research data made explorable with Keshif.
-
Updated
Oct 30, 2018
An arcade of sorts on a 64x64 RGB LED Matrix driven by a Raspberry Pi
-
Updated
May 1, 2020 - C
TDCodeVis Tool - Repository - Scientific Initiation Project supported by the São Paulo Research Foundation - FAPESP, grant n°: 2016/15631-4
visualization
software-engineering
software-visualization
technical-debt
source-code
software-maintenance
code-debt
-
Updated
Oct 28, 2019 - PHP
b-pos465
commented
Jul 29, 2019
In the first iteration I decided to hide the AppBar
when any dialog is open. I did so to prevent the AppBar
blocking the sight at the model.
A few weeks later I implemented a custom solution which I called MenuBar
. The menu bar has a better positioning a solves a couple of bugs with the AppBar
. Now it could make sense to keep it always visible - even if a dialog is open.
This backend extension adds a collaborative WebVR-based Virtual Reality (VR) mode to ExplorViz
-
Updated
Apr 29, 2020 - Java
Improve this page
Add a description, image, and links to the software-visualization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the software-visualization topic, visit your repo's landing page and select "manage topics."
In Settingsconfiguration.java we create directories using mkdirs(). We should check the return type and print an error message to the log, if the directory could not be created
Findbugs output: