24 रिपॉजिटरी
Systems that automatically calculate component positioning and sizing based on container constraints.
Distinct from Automatic Configuration: Distinct from Automatic Configuration: focuses on UI layout geometry rather than component wiring.
Explore 24 awesome GitHub repositories matching software engineering & architecture · Automatic Layout Engines. Refine with filters or upvote what's useful.
Pretext is a canvas-based text layout engine designed to calculate precise text dimensions and line breaks for custom rendering. It serves as a rich text measurement tool and a cross-browser typography normalizer, enabling the determination of pixel-perfect widths and heights for mixed inline content without relying on browser CSS. The project distinguishes itself through its ability to handle complex typography and dynamic layouts. It implements language-specific segmentation rules for CJK and Hangul scripts and corrects emoji width variances between DOM and canvas rendering. Additionally, i
Verifies layout engine stability by rendering long-form text corpora across multiple languages.
Hyperframes is an HTML-to-video rendering engine and composition tool that transforms web layouts and CSS into encoded video files. It functions as a headless browser video pipeline and a distributed video rendering framework, allowing users to create seekable animations and programmatic motion designs using HTML, CSS, and JavaScript. The project differentiates itself as an AI agent video orchestrator, enabling the automation of video scripts and compositions through natural language prompts. It supports distributed video encoding by splitting rendering tasks across multiple serverless functi
Analyzes HTML structure and attributes to detect syntax errors or incompatible design tokens before rendering.
Fyne is a cross-platform graphical user interface toolkit for the Go programming language. It provides a comprehensive framework for building native applications that run on desktop, mobile, and web environments from a single codebase. The toolkit centers on a canvas-based rendering engine and a device-independent layout engine, ensuring that visual elements maintain consistent dimensions and behavior across diverse operating systems and screen densities. The project distinguishes itself through a reactive data-binding system that automatically synchronizes application state with interface co
Organizes graphical components using predefined rules that automatically handle positioning and scaling based on available space.
LibGDX is a Java-based framework designed for cross-platform game development, enabling the creation and deployment of 2D and 3D games across desktop, mobile, and web environments from a single codebase. It functions as a comprehensive library that abstracts hardware-accelerated graphics, audio, input, and file system access, providing a unified interface for developers to manage game logic and application lifecycles. The framework distinguishes itself through a high-performance architecture that prioritizes efficiency and native interoperability. It utilizes a batch-oriented graphics pipelin
Positions and sizes interface elements using a parent-child hierarchy that automatically adjusts to different screen resolutions and widget sizes.
React Grid Layout is a toolkit for building draggable, resizable, and responsive dashboard interfaces. It functions as a coordinate-based grid system that reconciles component positions and dimensions through declarative metadata, allowing developers to manage complex collections of UI elements that users can interact with directly. The library distinguishes itself through an automated packing algorithm that maintains structural integrity by shifting elements to fill gaps and resolving overlaps. It supports responsive design by monitoring container width changes against pre-defined breakpoint
Automatically adjusts item positions and sizes upon initialization to resolve overlaps and invalid dimensions.
vim-airline is a customizable status and tab line plugin for Vim that displays editor state and plugin metadata in real time. It serves as a visual interface extension and buffer manager, providing an enhanced UI through a dynamic status line and a top tab bar for navigating open files. The plugin features a theme-based styling system that supports predefined color schemes and specialized font icons. Users can configure the visual aesthetic by modifying colors and reordering individual status line sections to control which information is visible. The system manages editor state visualization
Automatically calculates the visibility of status line sections based on the window width constraints.
This project is an LLM-powered presentation generator and HTML slide deck framework designed to produce single-file presentations. It combines an AI-driven generation system with a playback engine that utilizes WebGL-accelerated rendering for high-performance visual storytelling. The system is distinguished by its focus on design system enforcement, utilizing a validator to ensure layouts adhere to specific typographic and structural rules. It includes a specialized AI visual asset pipeline that generates context-aware imagery and transforms raw screenshots into polished assets through progra
Checks content against structural and typographic constraints to ensure adherence to the design system.
RenderCV is a command-line utility designed to transform structured YAML data into professionally typeset documents. By separating content from presentation, it allows users to maintain version-controlled resumes that are automatically rendered into high-quality PDF, HTML, and Markdown formats. The system leverages a specialized typesetting engine to ensure precise layout control and professional-grade typography. The project distinguishes itself through a schema-driven approach that enforces strict data validation, ensuring that input files are error-free before processing. Users can customi
Validates numerical spacing and sizing values to prevent errors during the typesetting process.
ImageMagick is a comprehensive software suite for the creation, editing, composition, and conversion of digital images. It functions as both a command-line utility for batch processing and automation, and as a programming library that allows developers to integrate advanced image manipulation capabilities into external applications. The project is distinguished by its modular architecture, which supports hundreds of image formats through a pluggable coder system and external delegate libraries. It is designed for high-performance environments, utilizing memory-mapped pixel caching, stream-ori
Arranges images into continuous irregular courses with automatic dimension calculation.
AndroidAutoSize is a screen adaptation library for Android that automatically scales layout dimensions and view sizes across different screen resolutions. It functions as an automatic layout scaler and view dimension manager, ensuring that user interface proportions remain consistent by referencing a base design dimension. The library allows developers to define screen measurements using alternative units such as millimeters, inches, or points instead of standard density-independent pixels. It includes capabilities for custom dimension overrides, enabling the scaling process to be disabled or
Acts as an automatic layout engine that calculates component sizing based on base design constraints.
UITableView-FDTemplateLayoutCell is a specialized table view cell component for iOS designed to automatically calculate and manage dynamic row heights based on content constraints. It provides a programmatic implementation for determining cell dimensions using auto layout to ensure content fits without requiring manual height overrides. The project utilizes a template-cell sizing mechanism that employs a hidden cell instance to calculate dimensions without triggering the actual table view rendering process. To maintain scrolling performance in long lists, it includes a caching system that sto
Automatically determines table cell heights using layout constraints or size fitting to ensure content alignment.
This is a bottom sheet component library for React Native that provides gesture-driven panels sliding up from the bottom of the screen. The library is built around configurable snap points, dynamic sizing, keyboard awareness, modal presentation, and synchronized scrolling, with native driver animation offloaded to the native thread for smooth performance. The library distinguishes itself through deep gesture and animation control, including custom gesture handler overrides, scroll-gesture synchronization, and dynamic snap point recalculation when content size or keyboard visibility changes. I
Automatically adjusts the bottom sheet height to fit the dynamic size of its content.
gridstack.js is a JavaScript grid layout library and responsive dashboard framework used to create interactive interfaces with draggable and resizable elements. It functions as a drag-and-drop layout manager and a JSON-serializable layout engine, allowing user-defined interface states to be persisted and restored. The library distinguishes itself through a touch-enabled grid interface and a responsive system that automatically adjusts item placement based on screen breakpoints. It features a collision-based layout engine that manages overlapping coordinates to shift or swap elements, alongsid
Adds, removes, or updates widgets and converts existing DOM elements into manageable grid items.
Checkstyle is a Java static analysis tool and linter designed to identify and enforce coding standards and best practices. It functions as a code quality auditor and Javadoc validation tool, checking source code against configurable rulesets to ensure structural and stylistic consistency. The project allows for the creation of custom linting rules by extending a core API to inspect the abstract syntax tree. It further enables specialized validation through the use of XPath expressions to query the syntax tree for specific code patterns and violations. Capability areas include the enforcement
Ensures documentation comments are well-formed and follow specific positioning and indentation rules.
vue-grid-layout is a draggable and resizable grid system for Vue.js that enables users to customize the placement and size of interface elements. It functions as a dynamic widget orchestrator and a state-persistent layout manager, allowing for the creation of customizable dashboard interfaces where components can be arranged and sized according to user preference. The system operates as a responsive dashboard framework that automatically adapts grid arrangements based on viewport size and supports right-to-left text directions. It provides the ability to capture and serialize grid positions a
Supports adding and removing interactive widgets in real time without requiring a full interface rebuild.
Superdesign is an AI-powered design platform that generates UI mockups, wireframes, and multi-page user flows from natural language prompts within a collaborative canvas environment. It functions as a design-to-code exporter, producing production-ready HTML, ZIP archives, or Shopify Liquid templates for direct implementation, and includes an OpenAPI specification importer that automatically generates API documentation and client code from schema definitions. The platform distinguishes itself through a branch-based design exploration system that creates independent design variations from a sin
Automatically generates full page sequences and layouts for user journeys from high-level descriptions.
Countly is a self-hosted product analytics and engagement platform that tracks user behavior across mobile, web, and desktop applications. It collects and analyzes device properties, user actions, and session lifecycle data to understand engagement patterns, while also providing crash reporting, push notification delivery, and A/B testing capabilities. The platform is designed for privacy-first deployment, with built-in consent management and the ability to run entirely on private infrastructure. The platform distinguishes itself through its comprehensive feature set that combines analytics w
Designs and analyzes multi-step user flows and in-app content to optimize engagement.
SDAutoLayout एक iOS UI लेआउट फ़्रेमवर्क और प्रोग्रामेटिक रैपर लाइब्रेरी है। यह Apple iOS यूज़र इंटरफ़ेस इकोसिस्टम के भीतर ऑटो लेआउट कंस्ट्रेंट इंजन और व्यू डाइमेंशन व पोज़िशन को मैनेज करने के लिए टूल प्रदान करती है। इस प्रोजेक्ट में डायनामिक कंटेंट हाइट कैलकुलेटर और बॉयलरप्लेट कोड को कम करने के लिए लेआउट कंस्ट्रेंट्स को परिभाषित करने के लिए एक सरलीकृत सिंटैक्स शामिल है। इसमें टेबल सेल और लेबल की हाइट को उनके आंतरिक टेक्स्ट कंटेंट के आधार पर ऑटोमैटिकली निर्धारित और कैश करने के लिए विशेष यूटिलिटीज़ शामिल हैं। यह फ़्रेमवर्क लेआउट क्षमताओं की एक श्रृंखला को कवर करता है, जिसमें ऑटोमैटिक कंटेंट साइज़ एडजस्टमेंट, इंट्रिन्सिक-साइज़ आधारित स्केलिंग और स्क्रॉलिंग परफॉर्मेंस को बेहतर बनाने के लिए कैश डाइमेंशन रिज़ॉल्यूशन शामिल है।
Automatically adjusts label and scroll view dimensions to fit their internal text or content.
Blueprint-css is a CSS framework that provides a set of predefined styles and a responsive grid system for building consistent web page layouts and typography. It includes a browser style reset to remove default browser styling, ensuring a uniform visual starting point across different environments. The framework features a column-based responsive grid system that automatically adapts web content across various screen sizes and devices. It also includes a dedicated print stylesheet to optimize the appearance of web content specifically for physical printing. The project covers typography sta
Includes a layout validation system that outlines elements to signal missing styles or incorrect class usage.
nanogui एक नेटिव C++ टूलकिट है जो सीधे OpenGL ग्राफिक्स संदर्भ के भीतर इंटरैक्टिव यूजर इंटरफेस घटकों को रेंडर करने के लिए है। यह विंडोज़, बटन, स्लाइडर्स और इनपुट फ़ील्ड बनाने के लिए एक क्रॉस-प्लेटफ़ॉर्म विजेट लाइब्रेरी और इमीडिएट-मोड फ्रेमवर्क के रूप में कार्य करता है। टूलकिट तकनीकी इंटरफेस बनाने के लिए विशेष क्षमताएं प्रदान करता है, जिसमें रीयल-टाइम पैरामीटर कंट्रोल पैनल और ग्राफिक्स-भारी सॉफ्टवेयर के लिए कस्टम टूलिंग शामिल है। यह DPI-अवेयर कोऑर्डिनेट स्केलिंग के माध्यम से विभिन्न ऑपरेटिंग सिस्टम और स्क्रीन रिज़ॉल्यूशन पर दृश्य स्थिरता सुनिश्चित करता है।
Features an automatic layout engine that positions and sizes elements based on defined constraints.