Skip to content

Commit 0a815a8

Browse files
author
naraesk
authored
Update README.md
1 parent bbfdc09 commit 0a815a8

1 file changed

Lines changed: 1 addition & 20 deletions

File tree

README.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,7 @@
33
# Getaviz
44

55
Getaviz makes it possible to solve software engineering problems visually by exploring them in 2D, 3D, and virtual reality.
6-
To get a first impression, have a look at [our showcases](http://home.uni-leipzig.de/svis/Showcases/) that are available online.
7-
8-
* Analyse a variety of software artifacts
9-
[![Java](https://img.shields.io/badge/language-Java-blue.svg)](https://java.com/)
10-
[![Ruby](https://img.shields.io/badge/language-Ruby-blue.svg)](https://www.ruby-lang.org/)
11-
[![C#](https://img.shields.io/badge/language-C%23-blue.svg)](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/index)
12-
[![git](https://img.shields.io/badge/SCM-git-blue.svg)](https://git-scm.com/)
13-
[![svn](https://img.shields.io/badge/SCM-svn-blue.svg)](https://subversion.apache.org/)
14-
* Visualize the required information appropriate for your usecase
15-
[![Recursive Disk](https://img.shields.io/badge/2D-Recursive%20Disk-blue.svg)](https://home.uni-leipzig.de/svis/getaviz/index.php?setup=web/RD%20freemind&model=RD%20freemind)
16-
[![RD 3D](https://img.shields.io/badge/3D-Recursive%20Disk-blue.svg)](https://home.uni-leipzig.de/svis/getaviz/index.php?setup=web/RD%20reek&model=RD%203D%20reek)
17-
[![City](https://img.shields.io/badge/3D-City-blue.svg)](https://home.uni-leipzig.de/svis/getaviz/index.php?setup=web/City%20freemind&model=City%20original%20freemind)
18-
[![City Bricks](https://img.shields.io/badge/3D-City%20Bricks-blue.svg)](https://home.uni-leipzig.de/svis/getaviz/index.php?setup=web/City%20freemind&model=City%20bricks%20freemind)
19-
[![City Floors](https://img.shields.io/badge/3D-City%20Floors-blue.svg)](https://home.uni-leipzig.de/svis/getaviz/index.php?setup=web/City%20freemind&model=City%20floor%20freemind)
20-
* Supported multiple output formats and platforms
21-
[![x3d](https://img.shields.io/badge/3D-X3D-blue.svg)](http://www.web3d.org/x3d/what-x3d)
22-
[![x3dom](https://img.shields.io/badge/3D-x3dom-blue.svg)](https://www.x3dom.org/)
23-
[![aframe](https://img.shields.io/badge/3D-A--Frame-blue.svg)](https://aframe.io/)
24-
[![vive](https://img.shields.io/badge/VR-HTC_Vive-blue.svg)](https://www.vive.com/)
25-
[![oculus](https://img.shields.io/badge/VR-Oculus_Rift-blue.svg)](https://www.oculus.com/rift/)
6+
To get a first impression, have a look at [our showcases](http://home.uni-leipzig.de/svis/Showcases/) that are available online. You can adopt the visualizations as well as the user interface according to your needs. Getaviz visualizes the structure and behavior of several programming languages (*Java*, *Ruby*, *PHP*, and *C#*) and can enrich these visualizations with evolutional information from *git* and *svn* repositories. They can be explored via browser, HTC Vive, or Oculus Rift. We support many different visualizations, e.g., Recursive Disk ([2D](https://home.uni-leipzig.de/svis/getaviz/index.php?setup=web/RD%20freemind&model=RD%20freemind)) and [3D](https://img.shields.io/badge/3D-Recursive%20Disk-blue.svg)](https://home.uni-leipzig.de/svis/getaviz/index.php?setup=web/RD%20reek&model=RD%203D%20reek)), [City](https://home.uni-leipzig.de/svis/getaviz/index.php?setup=web/City%20freemind&model=City%20original%20freemind), [City Floors](https://home.uni-leipzig.de/svis/getaviz/index.php?setup=web/City%20freemind&model=City%20floor%20freemind), [City Bricks](https://home.uni-leipzig.de/svis/getaviz/index.php?setup=web/City%20freemind&model=City%20bricks%20freemind), and many more.
267

278
## How do I get set up? ###
289

0 commit comments

Comments
 (0)