Webpage: http://vrl-studio.mihosoft.eu
Join the Developer Group if you'd like to contribute.
- Java >= 1.6
- NetBeans >= 7.4
gradle vrl-ui:runBrowser
- Open the VRL project with NetBeans and build it
NOTE: Alternatively you can build VRL from the command line by using
Ant >= 1.8
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.
- Release Builds: http://vrl.mihosoft.eu/builds/releases/
- Latest Builds: http://vrl.mihosoft.eu/builds/latest
- Latest API-Doc: http://vrl.mihosoft.eu/api-doc/latest
###For 0.5 (Playground)
- Test Reports: http://vrl.mihosoft.eu/test-reports/latest/
Repository: https://oss.sonatype.org/content/repositories/snapshots
<dependency>
<groupId>eu.mihosoft.vrl</groupId>
<artifactId>vrl</artifactId>
<version>0.4.2.8.5-SNAPSHOT</version>
</dependency>