Files
orx/orx-rabbit-control/README.MD
Rein van der Woerd 5d3eadd156 Add optional QR-code overlay for orx-rabbit-control
* Optional QR-code overlay for orx-rabbit-control
* Animate the QR-code overlay
* Changed orx-rabbit-control to the new demo structure
* Changed orx-rabbit-control README.MD
2020-04-07 17:04:35 +02:00

18 lines
782 B
Markdown

# 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.
<a href="https://rabbitcontrol.github.io">
<img src="https://rabbitcontrol.github.io/carrot-sketch-c-trans.png" width="50px">
</a>
For examples, check out the [demo](./src/demo/kotlin) folder.
### Using the web client
Go to [rabbitcontrol.github.io/client](https://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..._