VRL-Studio / VRL

Visual Reflection Library
http://vrl.mihosoft.eu
29 stars 18 forks source link
integrated-development-environment java javafx swing visual-programming-language visual-reflection-library vrl vrl-studio

VRL (Visual Reflection Library)

Build Status Download <img align="right" src="https://github.com/foojayio/badges/raw/main/works_with_openjdk/Works-with-OpenJDK.png"
width="100">

Webpage: http://vrl-studio.mihosoft.eu

Join the Developer Group if you'd like to contribute.

Dependencies

How To Build

NOTE: Alternatively you can build VRL from the command line by using Ant >= 1.8

Nice, But What Can I Do With It?

To see what is possible with VRL check out VRL-Studio. It is a VRL based IDE that allows to write programs at runtime! Each object you instantiate can be visualized and manipulated through an automatically created user interface.

API Doc & Builds

For 0.5 (Playground)

Maven Artifacts

Repository: maven central (http://repo1.maven.org/maven2, see above for latest version)

<dependency>
  <groupId>eu.mihosoft.vrl</groupId>
  <artifactId>vrl</artifactId>
  <version>0.4.3.0.2</version>
</dependency>