An open API service indexing awesome lists of open source software.

https://github.com/oxkitsune/re_control_app


https://github.com/oxkitsune/re_control_app

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# rerun-control-panel demo

An example on how to use the Rerun viewer to control an application.

## Running the demo

To run the demo, run the following in two separate terminals:

```bash
cargo run -p example-app
```

```bash
cargo run -p re_control_panel
```