ADV UI

ADV UI Project

License

License

GroupId

GroupId

ch.hsr.adv
ArtifactId

ArtifactId

adv-ui
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

ADV UI
ADV UI Project
Project URL

Project URL

https://github.com/ADVisualizer/ADV-UI
Source Code Management

Source Code Management

https://github.com/ADVisualizer/ADV-UI

Download adv-ui

How to add to project

<!-- https://jarcasting.com/artifacts/ch.hsr.adv/adv-ui/ -->
<dependency>
    <groupId>ch.hsr.adv</groupId>
    <artifactId>adv-ui</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.hsr.adv/adv-ui/
implementation 'ch.hsr.adv:adv-ui:1.0'
// https://jarcasting.com/artifacts/ch.hsr.adv/adv-ui/
implementation ("ch.hsr.adv:adv-ui:1.0")
'ch.hsr.adv:adv-ui:jar:1.0'
<dependency org="ch.hsr.adv" name="adv-ui" rev="1.0">
  <artifact name="adv-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.hsr.adv', module='adv-ui', version='1.0')
)
libraryDependencies += "ch.hsr.adv" % "adv-ui" % "1.0"
[ch.hsr.adv/adv-ui "1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

ADV - Algorithm & Data Structure Visualizer

Download Codacy Badge Build Status codecov

The Algorithm & Data Structure Visualizer (ADV) helps students to understand the concepts of several data structures and algorithms, taught at the University of Applied Science in Rapperswil (HSR).

ADV-UI

The ADV-UI is a JavaFX application responsible for visualizing the classes of the ADV Lib. If the UI-JAR can be found on the classpath, the application is automatically started by the ADV-Lib. Otherwise the JAR must be started manually.

Install

The ADV-UI is available on jCenter. It requires Java 11 or higher.

Gradle

compile 'ch.hsr.adv:adv-ui:2.0'

Maven

<dependency>
  <groupId>ch.hsr.adv</groupId>
  <artifactId>adv-ui</artifactId>
  <version>2.0</version>
</dependency>

Start

java -jar /path/to/adv-ui-<version>.jar

Configure socket

If you want to start the socket server on a different port or host, you can use the following command line arguments.

java -jar adv-ui-<version>.jar --host=192.168.x.x --port=4242
ch.hsr.adv

Algorithm & Data Structure Visualizer

Versions

Version
1.0
0.3