Files
orx/orx-rabbit-control
Rein van der Woerd 58d444b9a3 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
2020-05-04 14:32:58 +02:00
..

orx-rabbit-control

orx-rabbit-control uses orx-parameters annotations to generate a control interface, just like orx-gui. It can be used as an alternative to orx-gui when you want to control your OPENRNDR program from a mobile device or a different computer.

For examples, check out the demo folder.

Using the web client

Go to rabbitcontrol.github.io/client and enter your IP-address and port.

Note: there are currently issues with the insecure websocket connection that RabbitControl uses and some browsers (like mobile Safari), we're looking for solutions...