This repository was archived by the owner on Mar 14, 2026. It is now read-only.
Closed
[WIP] Create GUI version of NVT transit tracking application#1
Conversation
Cycl0o0
self-requested a review
October 24, 2025 08:04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.
Original prompt
Create a GUI Version of NVT (Next Vehicle TBM)
Objective
Transform the existing terminal-based TBM transit tracking application into a modern GUI application using the
eguiframework while maintaining all existing functionality and data models.Background
The current application (
NVT) is a well-structured Rust CLI application for tracking Bordeaux Métropole's public transportation network. It uses:Requirements
1. Framework Selection
Use egui (with eframe) for the GUI:
2. Project Structure
Create a new binary target alongside the existing CLI:
3. Core Features to Implement
Main Window Layout
Line Selector View
Stop Selector View
Real-Time Arrivals View
Auto-refreshing panel (30-second interval):
Network Browser View
Tabbed interface:
Settings View
4. Visual Design
Color Scheme
Use TBM's official line colors from GTFS data:
Icons and Emojis
Use Unicode emojis for visual appeal:
5. Technical Implementation
Dependencies to Add
State Management