https://github.com/oxkitsune/re_control_app
https://github.com/oxkitsune/re_control_app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oxkitsune/re_control_app
- Owner: oxkitsune
- Created: 2024-11-14T20:52:25.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-30T13:47:32.000Z (6 months ago)
- Last Synced: 2024-11-30T14:36:16.853Z (6 months ago)
- Language: Rust
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```