Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loganintech/rl-replay-zone-visualizer
Visualize some rocket league replay data
https://github.com/loganintech/rl-replay-zone-visualizer
Last synced: about 22 hours ago
JSON representation
Visualize some rocket league replay data
- Host: GitHub
- URL: https://github.com/loganintech/rl-replay-zone-visualizer
- Owner: loganintech
- Created: 2023-09-11T07:45:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-21T16:21:39.000Z (over 1 year ago)
- Last Synced: 2024-10-18T06:53:18.672Z (3 months ago)
- Language: Rust
- Size: 11.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Visualize Rocket League Replays from a 2D Top-down View
```
Usage: rl-replay-zone-visualizer [OPTIONS] --replayOptions:
-r, --replay Path to replay file to visualize
-u, --ups Count of network frames to process per second. Defaults to 120, which is the same speed a RL server will process a game
-d, --display What kind of display to show, whether it's points to show a point for each player, or voronoi to show a voronoi diagram [default: points] [possible values: points, voronoi]
-h, --help Print help
-V, --version Print version```
### Points Visualization
![points vis](./pics/rl.png)### Voronoi Visualization
![voronoi vis](./pics/voronoi.png)