Skip to content

dylanhake/volume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VRL-Tutorial-Plugin-01

Build Status

This project demonstrates how to create a simple VRL plugin.

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

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

How To Build The Project

1. Dependencies

  • JDK >= 1.8
  • Internet Connection (other dependencies will be downloaded automatically)
  • Optional: IDE with Gradle support

2. Configuration (Optional)

If the plugin shall be installed to a custom destination, specify the path in build.properties, e.g.,

# vrl property folder location (plugin destination)
vrldir=/path/to/.vrl/0.4.3/myvrl

Otherwise, the plugin will be installed to the default location (depends on VRL version that is specified in the gradle dependencies).

3. Build & Install

IDE

To build the project from an IDE do the following:

  • open the Gradle project
  • call the installVRLPlugin Gradle task to build and install the plugin
  • restart VRL-Studio

Command Line

Building the project from the command line is also possible.

Navigate to the project folder and call the installVRLPlugin Gradle task to build and install the plugin.

Bash (Linux/OS X/Cygwin/other Unix-like OS)
cd Path/To/VRL-Tutorial-Plugin-01/VRL-Tutorial-Plugin-01
./gradlew installVRLPlugin
Windows (CMD)
cd Path\To\VRL-Tutorial-Plugin-01\VRL-Tutorial-Plugin-01
gradlew installVRLPlugin

Finally, restart VRL-Studio

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages