Upgrade to OPENRNDR 0.4 snapshot

This commit is contained in:
Edwin Jakobs
2021-06-22 11:08:07 +02:00
parent 579ddf9bb5
commit 9435907ef9
339 changed files with 460 additions and 497 deletions

View File

@@ -0,0 +1,19 @@
# orx-rabbit-control
Automatically creates a remote UI to control your OPENRNDR program from a mobile device or a different computer. Alternative to `orx-gui`.
`orx-rabbit-control` uses `orx-parameters` annotations to generate a control interface, just like `orx-gui`.
<a href="http://rabbitcontrol.cc">
<img src="http://rabbitcontrol.cc/carrot-sketch-c-trans.png" width="50px">
</a>
For examples, check out the [demo](./src/demo/kotlin) folder.
### Using the web client
Go to [client.rabbitcontrol.cc](http://client.rabbitcontrol.cc) and enter your IP-address and port.
More Info about the web client: [rabbitcontrol.cc/apps/webclient/](http://rabbitcontrol.cc/apps/webclient/)