awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

23 dépôts

Awesome GitHub RepositoriesDOM-Based Rendering

Rendering 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

Explore 23 awesome GitHub repositories matching user interface & experience · DOM-Based Rendering. Refine with filters or upvote what's useful.

Awesome DOM-Based Rendering GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • adobe/bracketsAvatar de adobe

    adobe/brackets

    33,033Voir sur 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
    Voir sur GitHub↗33,033
  • codemirror/codemirrorAvatar de codemirror

    codemirror/CodeMirror

    27,246Voir sur 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
    Voir sur GitHub↗27,246
  • isagalaev/highlight.jsAvatar de isagalaev

    isagalaev/highlight.js

    24,937Voir sur 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
    Voir sur GitHub↗24,937
  • emberjs/ember.jsAvatar de emberjs

    emberjs/ember.js

    22,566Voir sur 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
    Voir sur GitHub↗22,566
  • fullcalendar/fullcalendarAvatar de fullcalendar

    fullcalendar/fullcalendar

    20,506Voir sur 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
    Voir sur GitHub↗20,506
  • josdejong/jsoneditorAvatar de josdejong

    josdejong/jsoneditor

    12,247Voir sur 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
    Voir sur GitHub↗12,247
  • mathjax/mathjaxAvatar de mathjax

    mathjax/MathJax

    10,855Voir sur 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
    Voir sur GitHub↗10,855
  • daybrush/moveableAvatar de daybrush

    daybrush/moveable

    10,720Voir sur 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
    Voir sur GitHub↗10,720
  • ubuwaits/beautiful-web-typeAvatar de ubuwaits

    ubuwaits/beautiful-web-type

    7,339Voir sur 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
    Voir sur GitHub↗7,339
  • css-doodle/css-doodleAvatar de css-doodle

    css-doodle/css-doodle

    6,018Voir sur 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
    Voir sur GitHub↗6,018
  • hiloteam/hiloAvatar de hiloteam

    hiloteam/Hilo

    5,932Voir sur 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
    Voir sur GitHub↗5,932
  • davatron5000/lettering.jsAvatar de davatron5000

    davatron5000/Lettering.js

    5,343Voir sur GitHub↗

    Lettering.js est une bibliothèque de typographie JavaScript qui divise les chaînes de texte en éléments HTML granulaires. Elle enveloppe les caractères, mots et lignes individuels dans des balises pour permettre un contrôle CSS précis et un stylage visuel avancé. La bibliothèque inclut un système de wrapper de texte accessible qui maintient la compatibilité avec les lecteurs d'écran. Elle gère l'accessibilité du texte en reflétant le contenu original dans des labels ARIA sur les conteneurs et en cachant les éléments fragmentés aux technologies d'assistance. L'outil fournit des capacités pour la manipulation granulaire du texte et la décomposition basée sur le DOM. Ces mécanismes facilitent le stylage de la typographie web et la création d'animations de texte dynamiques via des transitions séquencées et des effets de mouvement.

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

    JavaScript
    Voir sur GitHub↗5,343
  • vinta/pangu.jsAvatar de vinta

    vinta/pangu.js

    4,775Voir sur GitHub↗

    pangu.js est un formateur d'espacement de texte CJK et un validateur de typographie multilingue. Il fonctionne comme un outil JavaScript qui insère des espaces entre les caractères chinois, japonais ou coréens et le texte alphanumérique pour améliorer la lisibilité. Le projet fournit un processeur de texte DOM pour navigateur qui injecte des espaces dans les éléments HTML et un outil de formatage de texte Node.js pour traiter les fichiers et chaînes locaux. Il inclut un validateur de typographie pour vérifier si le texte adhère à des règles d'espacement spécifiques entre les caractères CJK et les symboles demi-chasse. L'outil couvre le formatage de base et la séparation des langues mixtes tout en préservant la terminologie technique spécialisée. Il gère la typographie des pages web via une surveillance dynamique du contenu et le formatage des éléments DOM, ainsi que le formatage de fichiers locaux via un traitement synchrone et asynchrone.

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

    TypeScriptchrome-extensionsjavasciptnodejs
    Voir sur GitHub↗4,775
  • react-syntax-highlighter/react-syntax-highlighterAvatar de react-syntax-highlighter

    react-syntax-highlighter/react-syntax-highlighter

    4,638Voir sur GitHub↗

    react-syntax-highlighter is a React component that renders source code with language-specific syntax coloring. It wraps the Prism and Highlight.js syntax highlighting libraries, tokenizing source code using their language grammars and mapping each token to a styled React element. The component operates in two styling modes: inline style objects applied directly to each token, or CSS class names that can be themed via external stylesheets. This dual-mode approach makes the highlighter portable across environments where CSS class injection may or may not be available. The component is built aro

    Renders syntax-highlighted code by mapping tokens to DOM elements via React's virtual DOM.

    JavaScript
    Voir sur GitHub↗4,638
  • ztree/ztree_v3Avatar de zTree

    zTree/zTree_v3

    4,126Voir sur GitHub↗

    zTree_v3 est un plugin jQuery pour le rendu de données hiérarchiques sous forme d'arborescences interactives. Il fonctionne comme un visualiseur de données hiérarchiques et un composant d'arborescence qui affiche des structures de données imbriquées via des nœuds extensibles et repliables. Le projet inclut un gestionnaire d'arborescence en glisser-déposer pour réorganiser les nœuds hiérarchiques et prend en charge un composant d'arborescence de données asynchrone qui charge le contenu depuis des sources distantes pour améliorer la vitesse de chargement initiale. Il offre des capacités de visualisation de données hiérarchiques et de gestion d'arborescence pour interface web, incluant la possibilité d'effectuer des opérations CRUD (création, lecture, mise à jour, suppression) sur les nœuds. Le composant prend en charge la sélection d'éléments simples ou multiples via des cases à cocher ou des boutons radio et est conçu pour rendre de grands jeux de données sans ralentir l'interface.

    Generates a nested list of HTML elements by recursively traversing a structured data object to render the tree.

    HTML
    Voir sur GitHub↗4,126
  • baeharam/must-know-about-frontendAvatar de baeharam

    baeharam/Must-Know-About-Frontend

    3,675Voir sur GitHub↗

    This project is a comprehensive frontend engineering study guide designed to cover the essential technical concepts of modern web development. It serves as a multi-disciplinary reference for mastering the browser execution engine, the JavaScript language, and the structural fundamentals of the web. The collection provides deep dives into JavaScript language internals, including execution contexts, closures, prototypes, and the event loop. It further details web browser internals, focusing on the critical rendering path, DOM construction, and engine mechanics. The guide also covers web securi

    Provides a deep dive into the critical rendering path, including DOM and CSSOM construction.

    cssfront-endhtml
    Voir sur GitHub↗3,675
  • rtfpessoa/diff2htmlAvatar de rtfpessoa

    rtfpessoa/diff2html

    3,321Voir sur GitHub↗

    diff2html is a Git diff visualization library that transforms unified diff text into structured HTML. It serves as a renderer for visualizing code changes in web browsers, providing components to inject stylized diff visualizations and collapsible file lists directly into web page elements. The library enables both side-by-side and line-by-line code comparisons. It includes a syntax highlighting diff viewer that applies language-specific color coding to source code based on file extensions or manual mappings. To maintain alignment during reviews, the project implements synchronized scrolling

    Generates a structured HTML hierarchy that mirrors diff data for direct injection into the browser DOM.

    TypeScriptcolorizeddiffdiff2html
    Voir sur GitHub↗3,321
  • conversejs/converse.jsAvatar de conversejs

    conversejs/converse.js

    3,265Voir sur GitHub↗

    Converse.js is an embeddable, self-hosted XMPP chat client that runs entirely in the browser. It communicates with XMPP servers using standard XML stanzas over WebSocket or BOSH transports, and provides end-to-end encryption through the OMEMO protocol with double ratchet algorithm and X3DH key exchange. The client is built on a plugin-based architecture that allows extending core functionality at runtime without modifying the client itself, and uses a DOM-based rendering approach with an event-driven message bus for internal coordination. The client manages message history through XEP-0313 Me

    Renders the entire chat interface directly in the browser DOM using JavaScript templates and CSS.

    JavaScriptchatjabberlit
    Voir sur GitHub↗3,265
  • xaksis/vue-good-tableAvatar de xaksis

    xaksis/vue-good-table

    2,176Voir sur GitHub↗

    This project is a feature-rich data grid component designed for Vue applications. It provides a flexible interface for rendering, managing, and manipulating structured information, offering built-in support for essential tabular operations such as sorting, filtering, pagination, and row selection. The library distinguishes itself through its highly extensible architecture, which allows developers to override default rendering for cells, headers, and pagination controls using scoped slots. It supports complex data workflows by enabling hierarchical organization through collapsible row grouping

    Renders structured information in a grid format with support for sorting, filtering, and pagination to help users navigate large datasets.

    Vuedatatableplugintable
    Voir sur GitHub↗2,176
  • react-component/tableAvatar de react-component

    react-component/table

    1,372Voir sur GitHub↗

    Cette bibliothèque est un composant React conçu pour le rendu de grilles de données haute performance. Elle fournit un framework structuré pour afficher de grands jeux de données en utilisant la virtualisation des lignes basée sur la fenêtre, ce qui garantit que seule la portion visible des données est rendue dans le modèle objet du document (DOM). Le composant se distingue par des capacités avancées de mise en page et de navigation, incluant la prise en charge native des en-têtes et colonnes fixes qui restent ancrés pendant le défilement. Les développeurs peuvent exercer un contrôle impératif sur la fenêtre d'affichage de la table pour naviguer vers des indices ou des décalages de pixels spécifiques, tout en gérant des états de grille complexes tels que la visibilité des colonnes, le tri et l'expansion des lignes via une configuration centralisée. La bibliothèque prend en charge un large éventail de fonctionnalités interactives, incluant le rendu de cellules personnalisé, l'épinglage de colonnes et la possibilité d'ajouter des lignes de résumé pour les données agrégées. Elle gère les jeux d'informations denses en offrant un alignement de colonne flexible, un contrôle de largeur et une troncature de texte, permettant la création de tables interactives qui répondent aux événements utilisateur comme les clics et les survol de souris.

    The library presents structured information in a grid format with support for custom column definitions, cell rendering, and flexible layout configurations to suit various data types.

    TypeScript
    Voir sur GitHub↗1,372
Préc.12Suivant
  1. Home
  2. User Interface & Experience
  3. Text Rendering
  4. DOM-Based Rendering

Explorer les sous-tags

  • Critical Rendering PathsThe sequence of steps browsers take to convert HTML, CSS, and JavaScript into pixels on the screen. **Distinct from DOM-Based Rendering:** Focuses on the overall pipeline sequence from DOM/CSSOM to painting, rather than just the DOM rendering of text.
  • Grid Layout Rendering3 sous-tagsRendering of structured tabular grids using DOM elements for precise alignment of dates and times. **Distinct from DOM-Based Rendering:** Focuses on the structural layout of a time grid rather than just rendering text as DOM elements.
  • Hierarchical Element GenerationRecursively creating nested HTML elements to represent a data hierarchy in the DOM. **Distinct from DOM-Based Rendering:** Focuses on the recursive generation of nested hierarchies rather than general text rendering to the DOM.
  • Interactive Control HandlesRenders interactive control handles as DOM elements positioned relative to the target using CSS transforms for direct manipulation. **Distinct from DOM-Based Rendering:** Distinct from DOM-Based Rendering: focuses on rendering interactive control handles for element manipulation, not general text or component rendering.
  • Reactive DOM MonitorsMonitors the document for new or changed DOM elements and re-processes them to keep mathematical content synchronized. **Distinct from DOM-Based Rendering:** Distinct from DOM-Based Rendering: focuses on reactive monitoring and re-processing of DOM changes, not static text rendering via HTML elements.
  • Virtual Machine RenderingRendering systems that use a virtual machine to track dependencies and optimize DOM updates. **Distinct from DOM-Based Rendering:** Distinct from general DOM-based rendering: specifically uses a VM to manage reactive updates rather than just leveraging the DOM for layout.