Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/gui.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ gtdraw --gui
This will start a local Streamlit server and automatically open the application in your default web browser at `http://localhost:8501/`. From there, you can:
- Upload game files
- Tinker with formatting options (e.g., node size, layouts, colors, label backgrounds, curved information sets)
- Enable the layout editor to drag tree nodes or information sets into a custom layout that is reflected in downloads
- Undo the last layout edit, or use the main reset button to restore both GUI settings and the editor layout
- Download the resulting Tex, SVG, PDF, or PNG images, as well as the active rendering configuration.

```{image} ../img/gui_screenshot.png
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ Issues = "https://github.com/gambitproject/gtdraw/issues"
where = ["src"]

[tool.setuptools.package-data]
gtdraw = ["*.ef"]
gtdraw = ["*.ef", "components/layout_editor/*"]
Loading