An interactive GUI to simulate and visualize Sionna RT scenes, paths, and radio maps.

This project requires Python 3.10 or later. Sionna RT will be installed automatically as part of the dependencies.
pip install sionna-rt-gui
Then, start the GUI with:
sionna-rt-gui
Select a scene from Sionna RT's built-in scenes using the dropdown in the top-left corner, or by passing it as a command-line argument:
sionna-rt-gui path/to/scene.xml
If you would like to tweak the GUI or build on top of it, you can clone this repository and install it from source:
python3 -m venv ./.venv
source ./.venv/bin/activate
pip install -r ./requirements.txt
Then, start the GUI with:
python ./scripts/run.py
The left-hand window can be used to trigger and configure all simulation options for radio devices, radio maps, and paths.
Press ? or H to show a help window listing supported keyboard shortcuts.
Animations: the position of radio devices can be animated over time. To do so,
The device will move along the path when animation playback is enabled under the Animation section of the main window.
All available options and their defaults are defined in src/sionna_rt_gui/config.py.
Almost all parameters can be set using YAML configuration files, see e.g. configs/sionna_rt_gui/example.yaml. Pass a config file with the --config argument:
sionna-rt-gui --config path/to/config.yaml
For development, use --watch to enable live code reloading:
python ./scripts/run.py --watch
This monitors source files and automatically reloads the GUI when changes are detected. You can also trigger a manual reload with Shift + R.
The following features are not supported in the GUI at the moment:
This project uses the Polyscope and Dear ImGui libraries with the Bess Dark theme. Sionna RT scenes use map data from OpenStreetMap.
Copyright (c) 2025-2026 NVIDIA Corporation. Licensed under the Apache License 2.0. See LICENSE for details.
$ claude mcp add sionna-rt-gui \
-- python -m otcore.mcp_server <graph>