orx-rabbit-control

Also: added a last missing example for orx-syphon
This commit is contained in:
Rein van der Woerd
2020-04-03 11:51:07 +02:00
committed by Edwin Jakobs
parent dfb39cb351
commit 20adcf5bed
6 changed files with 235 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
dependencies {
api project(":orx-parameters")
implementation "org.openrndr:openrndr-core:$openrndrVersion"
implementation "org.openrndr:openrndr-gl3:$openrndrVersion"
implementation "org.lwjgl:lwjgl-opengl:3.2.3"
implementation "org.openrndr:openrndr-gl3-natives-macos:$openrndrVersion"
implementation "io.github.rabbitcontrol:rcp:0.3.0"
}