serve orx-rabbit-control locally using Ktor

* orx-rabbit-control: writing the QR code to a file is no longer necessary
* Smaller QR-code image with MagnifyingFilter.NEAREST
* orx-rabbit-control: client is now served locally using Ktor
* Changed some getters to 'val'
* compile ⟶  implementation
This commit is contained in:
Rein van der Woerd
2020-05-04 14:32:58 +02:00
committed by GitHub
parent 9f08a0be53
commit 58d444b9a3
25 changed files with 171 additions and 7 deletions

View File

@@ -20,6 +20,7 @@ dependencies {
implementation "io.github.rabbitcontrol:rcp:0.3.1"
implementation "com.google.zxing:core:3.4.0"
implementation "com.google.zxing:javase:3.4.0"
implementation "io.ktor:ktor-server-netty:1.3.2"
demoImplementation("org.openrndr:openrndr-extensions:$openrndrVersion")
demoRuntimeOnly("org.openrndr:openrndr-gl3:$openrndrVersion")