3 dépôts
Renders plain or attributed text messages inside customizable chat bubbles.
Distinct from Text Rendering: Distinct from Text Rendering: focuses on rendering text within chat bubbles, not general canvas or terminal text output.
Explore 3 awesome GitHub repositories matching user interface & experience · Bubble Text Renderers. Refine with filters or upvote what's useful.
MessageKit is an iOS chat UI framework that provides a scrollable conversation interface built on UICollectionView, enabling developers to render text, images, videos, locations, emoji, audio, and contact messages within message bubbles. The framework is designed around a pre-built MessagesViewController that can be subclassed to inherit the full chat layout, input bar, and message display without writing UI from scratch, and it uses a data source protocol for message retrieval along with delegate callbacks for user interactions. The framework distinguishes itself through a highly customizabl
Renders plain and attributed text messages inside customizable chat bubbles.
vscode-pets est une extension Visual Studio Code qui intègre des animaux de compagnie virtuels dans l'éditeur. Elle fonctionne comme un outil de bien-être pour les développeurs et une amélioration d'interface basée sur webview, fournissant des compagnons en pixel-art interactifs qui vivent dans un panneau dédié au sein de l'espace de travail. L'extension permet une population d'animaux personnalisable où les utilisateurs peuvent faire apparaître des compagnons avec des types, couleurs et noms spécifiques. Ces animaux réagissent aux mouvements du curseur et peuvent s'engager dans des comportements sociaux ou des activités, comme chasser une balle lors d'un déclencheur de rapport. Les utilisateurs peuvent personnaliser l'environnement en changeant les arrière-plans thématiques et en gérant leur collection de compagnons. Le système inclut également des utilitaires pour auditer les animaux actifs et exporter ou importer des configurations d'animaux vers des fichiers.
Implements text-bubble support to display messages from animated pixel-art companions.
This project provides a cross-platform messaging interface toolkit designed for building real-time chat applications and generative AI agents. It offers a collection of pre-built components that render consistent messaging experiences across mobile and web environments, handling the complexities of state management and data synchronization between the user interface and backend services. The library distinguishes itself through a highly modular architecture that allows developers to inject custom logic and UI overrides via builder functions. This approach enables the creation of tailored mess
Displays text bubbles with automatic markdown parsing for formatted text output.