awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

40 repositorios

Awesome GitHub RepositoriesText Rendering

Tools for controlling font scaling and text display properties.

Distinguishing note: No existing terminal protocol tags found in shortlist.

Explore 40 awesome GitHub repositories matching user interface & experience · Text Rendering. Refine with filters or upvote what's useful.

Awesome Text Rendering GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • adobe/bracketsAvatar de adobe

    adobe/brackets

    33,033Ver en GitHub↗

    Brackets is an extensible JavaScript IDE and front-end code editor specifically designed for authoring HTML, CSS, and JavaScript. It serves as a web development text editor that provides a specialized environment for building websites. The editor is distinguished by its live preview capabilities, which render code changes in a browser in real time for immediate visual feedback. It further supports front-end workflows through inline style editing and the ability to synchronize code changes across multiple browser windows for cross-browser testing. The project includes a wide range of developm

    Uses HTML and CSS to render the code editing surface and syntax highlighting within a web view.

    JavaScript
    Ver en GitHub↗33,033
  • iced-rs/icedAvatar de iced-rs

    iced-rs/iced

    30,757Ver en GitHub↗

    Iced is a cross-platform graphical user interface framework designed for building interactive applications with a focus on type safety and predictable state management. It utilizes a declarative architecture that separates application state, update logic, and view rendering, allowing developers to construct complex interfaces by nesting reusable functional components. The framework distinguishes itself through an Elm-inspired message-passing pattern, where all user interactions are processed as discrete messages to ensure reliable state transitions. It employs an immediate-mode rendering para

    Displays simple text directly on the screen using standard string values.

    Rustelmgraphicsgui
    Ver en GitHub↗30,757
  • codemirror/codemirrorAvatar de codemirror

    codemirror/CodeMirror

    27,246Ver en GitHub↗

    CodeMirror is a browser-based code editor and extensible text editor framework. It functions as a programmable interface for rendering code and text with support for numerous programming languages, serving as a reusable component for web-based integrated development environments. The project provides a syntax highlighting engine that applies visual styles to text based on programming language rules. It includes a programming API and a CSS theming system to customize the editor's appearance and extend its functionality with custom behaviors. The framework covers capabilities for embedding tex

    Renders the editor content using HTML elements within a scrollable container for native browser styling.

    JavaScript
    Ver en GitHub↗27,246
  • isagalaev/highlight.jsAvatar de isagalaev

    isagalaev/highlight.js

    24,937Ver en GitHub↗

    highlight.js is a JavaScript syntax highlighter and client-side code formatter that transforms plain text source code into highlighted HTML for web display. It provides syntax highlighting across a wide variety of programming languages. The library includes an automatic language detector that identifies the programming language of a code block to apply the correct highlighting rules without manual tagging. It is designed for web worker compatibility, allowing the highlighting process to run in background threads to prevent the browser interface from freezing during the processing of large vol

    Implements a rendering process that transforms code text into HTML elements for browser-based styling.

    JavaScript
    Ver en GitHub↗24,937
  • emberjs/ember.jsAvatar de emberjs

    emberjs/ember.js

    22,566Ver en GitHub↗

    Ember.js is a structured JavaScript web framework designed for building scalable web applications. It utilizes a Model-View-Controller architectural pattern and incorporates a component-based UI library, a dependency injection framework, and a client-side routing engine. The framework distinguishes itself through a centralized registry for passing shared services across components and routes, alongside a routing system that maps URLs directly to templates and data models to manage navigation. Its broader capabilities include reactive state synchronization and computation memoization for UI p

    Uses a specialized VM to track data dependencies and update only the changed parts of the DOM for high performance.

    TypeScript
    Ver en GitHub↗22,566
  • be5invis/iosevkaAvatar de be5invis

    be5invis/Iosevka

    21,747Ver en GitHub↗

    Iosevka is a build system and design environment for creating highly configurable, programming-oriented typeface families. It functions as an open-source font development tool that compiles custom character sets and stylistic features into standard TrueType and web-ready font formats. The project utilizes a parametric design system and functional programming logic to define glyph construction, allowing for consistent styling across entire typeface families. Users can define typeface characteristics through a declarative configuration layer, which maps character variants and OpenType features

    Enables multilingual text rendering to display a comprehensive range of Unicode character sets.

    JavaScriptfontiosevkaligatures
    Ver en GitHub↗21,747
  • fullcalendar/fullcalendarAvatar de fullcalendar

    fullcalendar/fullcalendar

    20,506Ver en GitHub↗

    FullCalendar is a framework-agnostic UI library and JavaScript calendar component designed for building interactive event scheduling interfaces. It provides tools for managing time-based data, including an integrated iCal feed parser for importing external calendar files and recurring schedules into a unified web view. The library features a system for event scheduling and management, enabling users to reschedule entries via drag-and-drop, adjust event durations by resizing, and highlight specific time ranges for selection. It supports multiple date views, such as month, week, day, and list f

    Generates a dynamic HTML table structure to render a precise grid of dates and times.

    TypeScript
    Ver en GitHub↗20,506
  • astronvim/astronvimAvatar de AstroNvim

    AstroNvim/AstroNvim

    14,355Ver en GitHub↗

    AstroNvim is a modular Neovim distribution that functions as a comprehensive development environment. It provides a pre-configured framework for managing editor settings, plugin ecosystems, and language server integrations, effectively transforming a base text editor into a full-featured integrated development environment. The project distinguishes itself through a highly customizable Lua-based architecture that emphasizes modularity and performance. It enables users to manage complex editor configurations through a centralized, declarative system that supports lazy loading, community-maintai

    Projects dynamic information from language servers directly into the editor buffer as non-editable inline annotations.

    Luaastronvimastrovimhacktoberfest
    Ver en GitHub↗14,355
  • josdejong/jsoneditorAvatar de josdejong

    josdejong/jsoneditor

    12,247Ver en GitHub↗

    jsoneditor is a web-based JSON editor component designed for viewing, editing, and formatting structured data. It provides a user interface for managing JSON through multiple rendering modes, including tree, form, and code views. The project is distinguished by its ability to process and visualize exceptionally large datasets, utilizing virtualized memory management to handle JSON files up to 500 MiB without crashing the browser. It also includes a specialized syntax repair tool to convert malformed text into valid JSON and a data transformer for filtering, sorting, and reshaping documents vi

    Implements a rendering engine that generates a nested hierarchy of HTML elements to represent JSON structures.

    JavaScript
    Ver en GitHub↗12,247
  • mathjax/mathjaxAvatar de mathjax

    mathjax/MathJax

    10,855Ver en GitHub↗

    Beautiful and accessible math in all browsers

    Monitors the document for new or changed DOM elements and re-processes them to keep mathematical content synchronized.

    JavaScriptaccessibilityasciimath-notationcss
    Ver en GitHub↗10,855
  • daybrush/moveableAvatar de daybrush

    daybrush/moveable

    10,720Ver en GitHub↗

    Moveable! Draggable! Resizable! Scalable! Rotatable! Warpable! Pinchable! Groupable! Snappable!

    Renders interactive control handles as DOM elements positioned relative to the target using CSS transforms.

    TypeScriptdraggablegroupablemovable
    Ver en GitHub↗10,720
  • ubuwaits/beautiful-web-typeAvatar de ubuwaits

    ubuwaits/beautiful-web-type

    7,339Ver en GitHub↗

    Beautiful Web Type is a curated directory and interactive preview tool for open-source, SIL-licensed typefaces, designed to help web designers discover, evaluate, and select fonts for their projects. It serves as a central hub where each typeface is presented with a full specimen gallery, weight and style comparisons, and clear licensing information, all rendered as a static site for fast loading. The project distinguishes itself through its comprehensive in-browser inspection capabilities, allowing designers to explore OpenType features like ligatures and alternate glyphs with live before-an

    Renders complete glyph repertoires in a CSS grid layout for quick visual scanning.

    CSSfontfontsgoogle-fonts
    Ver en GitHub↗7,339
  • lewis6991/gitsigns.nvimAvatar de lewis6991

    lewis6991/gitsigns.nvim

    6,575Ver en GitHub↗

    Gitsigns.nvim is a Neovim plugin that integrates Git diff visualization, blame annotations, and hunk-based staging directly into the editor buffer. It renders add, modify, and delete indicators in the sign column for tracked files, and provides inline or popup blame annotations showing commit authorship and date for each line. The plugin operates on individual diff hunks as atomic units for staging, reverting, and navigation, all executed asynchronously via Neovim's job control API to avoid blocking the UI. The plugin distinguishes itself by enabling hunk-level staging and resetting directly

    Uses Neovim's extmark API to render virtual text and floating window annotations for blame and hunk previews.

    Luagitluaneovim
    Ver en GitHub↗6,575
  • cocoanetics/dtcoretextAvatar de Cocoanetics

    Cocoanetics/DTCoreText

    6,393Ver en GitHub↗

    DTCoreText is an iOS rich text engine and attributed string converter designed to render formatted HTML content natively. It transforms HTML strings into native text styles and layouts, allowing applications to display rich text without the overhead of a web view. The project functions as a CoreText HTML renderer that integrates HTML strings with the CoreText framework for high-performance rendering. It provides a lightweight alternative for displaying rich text within native application labels and text views. The engine includes an HTML-to-attributed string parser and a native text layout e

    Transforms HTML markup into native attributed strings to enable rich text rendering without a web browser.

    Swift
    Ver en GitHub↗6,393
  • messagekit/messagekitAvatar de MessageKit

    MessageKit/MessageKit

    6,266Ver en GitHub↗

    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.

    Swift
    Ver en GitHub↗6,266
  • css-doodle/css-doodleAvatar de css-doodle

    css-doodle/css-doodle

    6,018Ver en GitHub↗

    css-doodle is a web component for creative coding that renders live CSS-generated patterns and animations directly in the browser. It creates generative art and visual patterns by applying CSS rules to a grid of cells, using the browser's native layout engine for positioning and styling. The component encapsulates its pattern canvas and styling within a custom element's shadow DOM, isolating it from page styles and enabling reusable instances. The tool distinguishes itself by driving pattern configuration through CSS custom properties, allowing dynamic style changes and real-time updates with

    Renders generative art patterns by applying CSS rules to a grid of cells using the browser's native layout engine.

    JavaScript
    Ver en GitHub↗6,018
  • hiloteam/hiloAvatar de hiloteam

    hiloteam/Hilo

    5,932Ver en GitHub↗

    Hilo is an HTML5 game engine for building 2D games that run across browsers and devices. It renders graphics through Canvas, DOM, or WebGL backends, automatically selecting the best option for the target environment. The engine provides a complete game development solution with sprite, skeletal, and particle animation, along with a texture atlas system for efficient image loading and rendering. The framework distinguishes itself through its integration of the DragonBones skeletal animation engine, which drives bone-based character movement without frame-by-frame sprites, and its Chipmunk phys

    Renders visual objects as DOM elements for text-heavy or complex layouts.

    JavaScriptcanvasgamehilo
    Ver en GitHub↗5,932
  • davatron5000/lettering.jsAvatar de davatron5000

    davatron5000/Lettering.js

    5,343Ver en GitHub↗

    Lettering.js es una librería de tipografía en JavaScript que divide cadenas de texto en elementos HTML granulares. Envuelve caracteres, palabras y líneas individuales en etiquetas para permitir un control CSS preciso y un estilo visual avanzado. La librería incluye un sistema de envoltura de texto accesible que mantiene la compatibilidad con lectores de pantalla. Gestiona la accesibilidad del texto reflejando el contenido original en etiquetas ARIA en contenedores y ocultando elementos fragmentados de las tecnologías de asistencia. La herramienta proporciona capacidades para la manipulación granular de texto y la descomposición basada en DOM. Estos mecanismos facilitan el estilo de tipografía web y la creación de animaciones de texto dinámicas mediante transiciones secuenciadas y efectos de movimiento.

    Divides text into a series of HTML elements to leverage browser-based layout and styling.

    JavaScript
    Ver en GitHub↗5,343
  • lokalise/i18n-allyAvatar de lokalise

    lokalise/i18n-ally

    4,874Ver en GitHub↗

    i18n-ally es una extensión de VS Code y herramienta de gestión de internacionalización diseñada para manejar flujos de trabajo de traducción directamente dentro del editor de código. Proporciona un sistema para extraer cadenas codificadas de forma rígida, gestionar claves de traducción y detectar valores de localización faltantes en toda la base de código. La herramienta se distingue por proporcionar un visor de traducción en línea que muestra valores y metadatos junto a las claves en el código fuente. También incluye un integrador de traducción automática para completar automáticamente archivos de localización vacíos con candidatos iniciales y un analizador de archivos de localización que admite múltiples formatos, incluyendo JSON y YAML. La plataforma cubre una amplia gama de capacidades, incluyendo la gestión de contenido a través de interfaces de edición visual, redacción y validación automatizada de traducciones, y flujos de trabajo de revisión colaborativa que sincronizan comentarios y estados de aprobación a través del control de versiones. También maneja la configuración a nivel de proyecto, como la detección de frameworks y el formateo de archivos de localización.

    Shows translation metadata and annotations as non-editable virtual text directly within the code editor.

    TypeScriptangulari10ni18n
    Ver en GitHub↗4,874
  • vinta/pangu.jsAvatar de vinta

    vinta/pangu.js

    4,775Ver en GitHub↗

    pangu.js es un formateador de espaciado de texto CJK y validador de tipografía en idiomas mixtos. Funciona como una herramienta de JavaScript que inserta espacios entre caracteres chinos, japoneses o coreanos y texto alfanumérico para mejorar la legibilidad. El proyecto proporciona un procesador de texto DOM para navegadores que inyecta espaciado en elementos HTML y una herramienta de formato de texto para Node.js para procesar archivos y cadenas locales. Incluye un validador de tipografía para verificar si el texto se adhiere a reglas de espaciado específicas entre caracteres CJK y símbolos de ancho medio. La herramienta cubre el formato central y la separación de idiomas mixtos mientras preserva la terminología técnica especializada. Maneja la tipografía de páginas web mediante la monitorización dinámica de contenido y el formato de elementos DOM, así como el formato de archivos locales mediante procesamiento síncrono y asíncrono.

    Uses MutationObservers to reactively detect and apply CJK spacing to newly injected DOM elements.

    TypeScriptchrome-extensionsjavasciptnodejs
    Ver en GitHub↗4,775
Ant.12Siguiente
  1. Home
  2. User Interface & Experience
  3. Text Rendering

Explorar subetiquetas

  • Bubble Text Renderers1 sub-etiquetaRenders 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.
  • DOM-Based Rendering6 sub-etiquetasRendering text as a series of HTML elements to leverage browser layout and styling. **Distinct from Text Rendering:** Specifically describes the use of the browser DOM for text layout rather than general font scaling or canvas rendering
  • HTML-to-Native Text Renderers3 sub-etiquetasSystems that transform HTML text elements into native views while respecting CSS margin and whitespace rules. **Distinct from Text Rendering:** Text Rendering is too broad; this specifically handles the HTML-to-native translation for text content.
  • Inline Annotations1 sub-etiquetaMechanisms for rendering non-editable virtual text directly within the editor buffer to display diagnostic or type information. **Distinct from Text Rendering:** Distinct from general text rendering: focuses on editor-specific virtual text overlays for language server feedback.