Plugin using NeuGen's pseudo-backend (cf. https://github.com/NeuroBox3D/NeuGen/tree/devel) to allow usage of NeuGen functionality within a VRL-Studio Project.
Travis:
Coveralls:
Issues:
- ![Stories in In Progress](https://badge.waffle.io/stephanmg/vrl-neugen-plugin.png?label=in progress&title=In Progress)
Codacy:
VersionEye:
License:
Join the Developer Group if you'd like to contribute.
- JDK 1.7
- Internet Connection (other dependencies will be downloaded automatically)
- Optional: IDE with Gradle support
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).
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
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.
cd Path/To/VRL-NeuGen-Plugin/VRL-NeuGen-Plugin
./gradlew installVRLPlugin
cd Path\To\VRL-NeuGen-Plugin\VRL-NeuGen-Plugin
gradlew installVRLPlugin
Finally, restart VRL-Studio
Open the provided template project "NeuGen - Template #1" to get started.