2 Repos
Renders multi-line text with basic formatting using DOM elements for complex layouts in game scenes.
Distinct from Basic Text Rendering: Distinct from Basic Text Rendering: adds multi-line formatting and DOM-based layout, not just simple string rendering.
Explore 2 awesome GitHub repositories matching user interface & experience · Formatted Text Composers. Refine with filters or upvote what's useful.
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 multi-line text with basic formatting using DOM elements for complex layouts.
Magnum is a C++ middleware suite for cross-platform graphics development and real-time data visualization. It provides a hardware-agnostic rendering layer that translates graphics commands into platform-specific calls, ensuring consistent behavior across different GPU drivers and APIs such as Vulkan. The project focuses on decoupling application logic from underlying hardware through abstract graphics and system utilities. It features a plugin-based resource importer for 3D assets and audio, a hierarchical scene graph for spatial transformations, and a high-performance signal-based event syst
Produces formatted strings with support for colors, alignment, and hexadecimal values.