From fc4bedb652635f6aa871782fd2ff06e1ea3a3b2d Mon Sep 17 00:00:00 2001 From: Eric Veilleux Date: Tue, 31 Oct 2023 17:07:11 -0400 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 68397ca..dad92f6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A light-weight visualizer for [rocketsim-rs](https://github.com/VirxEC/rocketsim Any language can communicate with the visualizer by sending UDP packets in the correct format, but rocketsim-rs has a `GameState.to_bytes()` function that does this automatically. -![image](https://raw.githubusercontent.com/VirxEC/rlviser/master/rlviser.png) +![rlviser standard](https://github.com/VirxEC/rlviser/assets/35614515/5dbae568-2ecb-4c5d-a645-81c8f171f146) ### First-time Launch Setup @@ -18,6 +18,8 @@ Precompiled versions of umodel for Windows and Linux are available on the websit To see an example of how to communicate with the visualizer, see the [example](https://github.com/VirxEC/rocketsim-rs/blob/master/examples/rlviser_socket.rs) in the [rocketsim-rs](https://github.com/VirxEC/rocketsim-rs) repository. +You can also choose to use the integrated support in RLGym 2.0 or to use the [RLViser-Py](https://pypi.org/project/rlviser-py/) library to interface directly from Python via RocketSim. + ### Controls | Key | Action | @@ -35,3 +37,9 @@ To see an example of how to communicate with the visualizer, see the [example](h | `R` | State set ball towards goal | With the menu toggled on, you can drag cars and the ball with your cursor to move them in the world. + +## Modes + +Currently, both standard soccer and hoops are supported. + +![rlviser hoops](https://github.com/VirxEC/rlviser/assets/35614515/20086dfa-e4c9-47c3-8900-91b172371e0a)