Skip to content

VRL-NeuroBox-Plugin is the plugin for detailed simulations in Neuroscience.

Notifications You must be signed in to change notification settings

NeuroBox3D/VRL-NeuroBox-Plugin

Repository files navigation

VRL-NeuroBox-Plugin

See also http://www.neurobox.eu for further details.

Gitter chat Codacy Badge Build Status

Development

How To Build The Project

1. Dependencies

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

2. Configuration

Specify correct path in build.properties, e.g.,

# vrl property folder location (plugin destination)
vrldir=/Users/myusername/.vrl/0.4.2/default

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-NeuronalTopologyImporter-Plugin/VRL-NeuronalTopologyImporter-Plugin
./gradlew installVRLPlugin
Windows (CMD)
cd Path\To\VRL-NeuronalTopologyImporter-Plugin\VRL-NeuronalTopologyImporter-Plugin
gradlew installVRLPlugin

Finally, restart VRL-Studio

Issues

Stories in Backlog Stories in Ready ![Stories in In Progress](https://badge.waffle.io/NeuroBox3D/vrl-neurobox-plugin.png?label=in progress&title=In Progress) Stories in Done