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:
committed by
GitHub
parent
9f08a0be53
commit
58d444b9a3
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user