Expand description
Ratty terminal runtime and rendering library.
This crate provides the terminal runtime, scene integration, protocol handling and widget plumbing for Ratty.
Modulesยง
- cli
- Command-line argument parsing.
- config
- Application configuration types.
- inline
- Inline object state and APC handling.
- keyboard
- Keyboard input handling.
- kitty
- Kitty graphics protocol parsing.
- model
- Cursor and object asset loading.
- mouse
- Mouse input handling and selection state.
- paths
- Shared filesystem path helpers.
- plugin
- Bevy plugin wiring for the terminal application.
- rendering
- Helpers for terminal image synchronization.
- rgp
- Ratty Graphics Protocol parsing.
- runtime
- PTY runtime and parser state.
- scene
- Scene setup and presentation resources.
- systems
- Runtime Bevy systems for terminal presentation.
- terminal
- Terminal surface rendering and Ratatui integration.