awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

25 रिपॉजिटरी

Awesome GitHub RepositoriesRendering Optimizers

Utilities for improving the performance of graphical rendering.

Distinguishing note: Focuses on the performance optimization of rendering loops.

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

Awesome Rendering Optimizers GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • photonstorm/phaserphotonstorm का अवतार

    photonstorm/phaser

    39,800GitHub पर देखें↗

    Phaser is a cross-platform 2D web game engine and framework designed for creating interactive experiences that run on desktop and mobile web browsers. It serves as a GPU-accelerated rendering library and WebGL graphics engine for building two-dimensional games using HTML5 Canvas and WebGL. The engine features a dual-backend rendering pipeline that allows developers to switch between rendering paths. It distinguishes itself through high-performance graphics capabilities, including GPU-driven sprite batching for large-scale image management, a dynamic lighting system with self-shadows, and the

    Uses GPU-driven sprite batching to minimize draw calls and CPU-GPU data transfers.

    JavaScript
    GitHub पर देखें↗39,800
  • libgdx/libgdxlibgdx का अवतार

    libgdx/libgdx

    24,816GitHub पर देखें↗

    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

    Groups multiple drawing commands into single operations to minimize GPU state changes and maximize rendering throughput.

    Java2d3dandroid
    GitHub पर देखें↗24,816
  • cocos2d/cocos2d-xcocos2d का अवतार

    cocos2d/cocos2d-x

    18,942GitHub पर देखें↗

    Cocos2d-x is a high-performance C++ game development framework designed for building and deploying interactive applications across mobile, desktop, and web platforms. It functions as a cross-platform game engine that utilizes an entity-component system to manage object lifecycles, behaviors, and spatial relationships within a unified codebase. The engine is distinguished by its specialized 2D graphics rendering pipeline, which is optimized for hardware-accelerated performance when displaying sprites, particle effects, and skeletal animations. It provides developers with low-level access to gr

    Groups compatible draw calls into single operations to minimize communication overhead with the graphics processor.

    C++androidc-plus-pluscocos2d
    GitHub पर देखें↗18,942
  • bkaradzic/bgfxbkaradzic का अवतार

    bkaradzic/bgfx

    17,161GitHub पर देखें↗

    bgfx is a cross-platform, graphics rendering abstraction layer designed for high-performance applications. It provides a unified interface that maps high-level rendering commands to native graphics APIs, allowing developers to maintain a single codebase that executes consistently across diverse operating systems and hardware architectures. The library distinguishes itself through a multi-threaded command submission model that decouples rendering logic from the main application thread, effectively minimizing CPU bottlenecks. It utilizes a backend-agnostic command buffer and a deferred resource

    Groups individual draw calls into logical sets with unique transformation and clipping settings for complex rendering passes.

    Cd3d11d3d12directx
    GitHub पर देखें↗17,161
  • lelandrichardson/react-native-mapslelandrichardson का अवतार

    lelandrichardson/react-native-maps

    15,966GitHub पर देखें↗

    react-native-maps is a cross-platform map component and visualization library for embedding interactive maps within mobile applications on iOS and Android. It provides a declarative interface for managing geospatial user interfaces, allowing for the rendering of geographical data and location-based features. The library enables the visualization of spatial data through the placement of markers, the creation of custom callouts, and the drawing of polylines and polygons as map overlays. It supports interactive map navigation, including the ability to animate map regions and customize the visual

    Reduces resource consumption by using a lite mode when displaying multiple maps within a scrollable list.

    TypeScript
    GitHub पर देखें↗15,966
  • anomalyco/opentuianomalyco का अवतार

    anomalyco/opentui

    12,131GitHub पर देखें↗

    Opentui is a terminal user interface framework for building interactive command line applications. It provides a component-based system featuring a flexbox layout engine, a virtual node component tree, and a low-level 2D cell array renderer. The project is distinguished by a sophisticated keyboard binding engine that maps complex multi-stroke sequences and chords to named commands using prioritized, reactive layers. It also implements a plugin architecture that allows external modules to inject custom UI components into designated layout slots and extend input logic at runtime. Its capabilit

    Implements offscreen child culling to reduce rendering overhead for large lists of content.

    TypeScript
    GitHub पर देखें↗12,131
  • mozilla-firefox/firefoxmozilla-firefox का अवतार

    mozilla-firefox/firefox

    11,305GitHub पर देखें↗

    Firefox is a cross-platform web browser engine designed to render web content, execute JavaScript, and manage secure browsing sessions. It utilizes a multi-process isolation architecture that distributes browser tasks across independent operating system processes to ensure stability and prevent site-specific failures from impacting the entire application. The engine incorporates a sandboxed execution environment to restrict web content and untrusted scripts to isolated memory compartments, enforcing security policies that prevent unauthorized access to system resources. The project distinguis

    Batches DOM, style, and layout updates to minimize redundant processing while ensuring scripts perceive changes as immediate.

    JavaScript
    GitHub पर देखें↗11,305
  • pmndrs/valtiopmndrs का अवतार

    pmndrs/valtio

    10,196GitHub पर देखें↗

    Valtio is a proxy-based state management library and reactive state engine that provides a mutable state store. It allows application state to be updated through direct object mutations rather than immutable patterns, using JavaScript proxies to track changes and trigger updates. For React applications, it includes a synchronization hook that ensures components re-render only when the specific properties they access are modified. The system supports reactive data derivation through computed properties that automatically update when their underlying dependencies change. It maintains reactivity

    Allows disabling mutation batching to trigger immediate re-renders for debugging and synchronous feedback.

    TypeScriptmutableproxyreact
    GitHub पर देखें↗10,196
  • j3ssie/osmedeusj3ssie का अवतार

    j3ssie/Osmedeus

    6,425GitHub पर देखें↗

    Osmedeus is a security workflow orchestration engine that coordinates AI agents, shell commands, and scanning tools through declarative YAML pipelines. It functions as a distributed security scanner, a declarative workflow automator, and an AI agent framework for security, enabling automated multi-step security analysis with conditional branching, parallel execution, and distributed workers. The engine distinguishes itself through a hybrid runner model that executes workflow steps on the local host, inside Docker containers, or over SSH to remote machines, selected per step or module. It supp

    Batches template renderings to reduce lock contention and improve rendering throughput.

    Go
    GitHub पर देखें↗6,425
  • konvajs/react-konvakonvajs का अवतार

    konvajs/react-konva

    6,362GitHub पर देखें↗

    react-konva is a declarative React canvas graphics library and 2D vector graphics framework. It serves as a rendering engine and interactive canvas toolset that allows for the drawing and management of complex 2D shapes and graphics using a React component model. The library maps reactive component trees to an underlying object-oriented graphics scene graph, enabling the synchronization of visual states with application data. It provides specialized tools for building interactive graphical interfaces, including support for multi-touch gestures, drag-and-drop functionality, and real-time trans

    Reduces drawing overhead by disabling high-precision modes and adjusting pixel ratios for retina displays.

    TypeScript
    GitHub पर देखें↗6,362
  • airbnb/hypernovaairbnb का अवतार

    airbnb/hypernova

    5,790GitHub पर देखें↗

    Hypernova is a distributed rendering engine and server-side rendering service that transforms JavaScript components into HTML on a remote server. It functions as a web page hydration framework, allowing interactive behavior to be attached to static server-generated markup by deserializing application state in the browser. The system utilizes an isolated JavaScript runtime that executes components within sandboxed virtual machines to prevent global state leakage and interference between concurrent requests. It employs a distributed architecture to execute rendering tasks across multiple worker

    Groups multiple view rendering jobs into single requests to minimize network overhead and increase throughput.

    JavaScript
    GitHub पर देखें↗5,790
  • greatfrontend/top-reactjs-interview-questionsgreatfrontend का अवतार

    greatfrontend/top-reactjs-interview-questions

    5,691GitHub पर देखें↗

    This project is a comprehensive interview preparation guide and technical study resource for React. It functions as a frontend engineering curriculum and coding challenge bank designed to help developers master the internal mechanics, patterns, and core fundamentals of the React ecosystem. The resource distinguishes itself by providing a curated collection of technical interview questions, conceptual quizzes, and expert solutions. It includes a bank of coding challenges that can be solved in a browser-based environment with automated test cases and real-time rendering, as well as research int

    Teaches how to calculate the minimal set of UI changes in memory to optimize browser rendering.

    MDXfront-end-developmentinterviewsjavascript
    GitHub पर देखें↗5,691
  • caffeinemc/sodium-fabricCaffeineMC का अवतार

    CaffeineMC/sodium-fabric

    5,626GitHub पर देखें↗

    Sodium, Fabric लोडर के लिए एक ग्राफिक्स ऑप्टिमाइज़ेशन मॉड है जो Minecraft में मानक रेंडरिंग इंजन को बदल देता है। इसका प्राथमिक उद्देश्य गेम क्लाइंट के लिए उच्च-प्रदर्शन रेंडरिंग प्रतिस्थापन को लागू करके फ्रेम दर बढ़ाना और माइक्रो-स्टटर को कम करना है। प्रोजेक्ट रेंडरिंग पाइपलाइन के तकनीकी संशोधन के माध्यम से विज़ुअल स्थिरता और गेम तरलता में सुधार पर केंद्रित है। इसमें विभिन्न डिस्प्ले वातावरणों में एक कंसिस्टेंट छवि सुनिश्चित करने के लिए ग्राफिकल ग्लिच और विज़ुअल आर्टिफैक्ट्स को ठीक करने के लिए एक सिस्टम शामिल है। मॉड बैच-आधारित ड्रा कॉल मिनिमाइज़ेशन, चंक-आधारित मेश कलिंग, और मल्टी-थ्रेडेड मेश जनरेशन जैसे लो-लेवल रेंडरिंग ऑप्टिमाइज़ेशन को लागू करता है।

    Offers a technical modification to the rendering pipeline to improve visual stability and game fluidity.

    Java
    GitHub पर देखें↗5,626
  • caffeinemc/sodiumCaffeineMC का अवतार

    CaffeineMC/sodium

    5,469GitHub पर देखें↗

    Sodium is a Minecraft performance optimization project that replaces the default rendering engine to increase frame rates and reduce stutter. It functions as a game rendering modification that applies runtime patches to the engine to change how graphics are displayed. The project provides a customizable settings registry, allowing for the addition of new configuration options to the video menu so other extensions can integrate their own visual settings. The rendering system implements chunk-based culling logic and buffer-based geometry caching to minimize draw calls and reduce CPU overhead.

    Optimizing the rendering pipeline in Minecraft to improve frame rates and reduce stutter across hardware.

    Javaazdofabricminecraft
    GitHub पर देखें↗5,469
  • hit-alibaba/interviewHIT-Alibaba का अवतार

    HIT-Alibaba/interview

    5,253GitHub पर देखें↗

    This project is a comprehensive technical interview preparation guide and computer science knowledge base. It serves as a structured study resource designed to help software engineers review core engineering concepts and prepare for professional coding assessments. The repository focuses on a wide array of theoretical and practical domains, including detailed references for mobile application architecture and operating system fundamentals. It provides curated materials on software architecture patterns and network protocol analysis to support professional development. The content covers foun

    Offers techniques for minimizing drawing operations and balancing CPU/GPU tasks to prevent interface stuttering.

    Shellinterviewinterview-preparation
    GitHub पर देखें↗5,253
  • glideapps/glide-data-gridglideapps का अवतार

    glideapps/glide-data-grid

    5,237GitHub पर देखें↗

    Glide Data Grid React और TypeScript के लिए एक वर्चुअलाइज्ड डेटा ग्रिड है जो लाखों सेल को सुचारू रूप से रेंडर करने के लिए HTML Canvas API का उपयोग करता है। इसे एक सुलभ डेटा टेबल के रूप में डिज़ाइन किया गया है जो विशाल डेटासेट को प्रदर्शित और नेविगेट करते समय उच्च फ़्रेम दर बनाए रखता है। यह प्रोजेक्ट एक कैनवास-आधारित रेंडरिंग आर्किटेक्चर के माध्यम से खुद को अलग करता है जो लेज़ी रेंडरिंग और एक कस्टम ड्राइंग API का उपयोग करता है। यह विशेष सेल सामग्री और डेटा-संचालित स्टाइलिंग की अनुमति देता है जो उच्च प्रदर्शन सुनिश्चित करने के लिए मानक DOM अपडेट चक्रों को बायपास करता है। ग्रिड सेल मर्जिंग, फ़्रोज़न कॉलम, वेरिएबल रो हाइट और स्वचालित कॉलम चौड़ाई गणना सहित व्यापक लेआउट और डेटा प्रबंधन क्षमताएं प्रदान करता है। इसमें सेल एडिटिंग, एलिमेंट सिलेक्शन और ग्रिड डेटा सर्च के लिए इन-बिल्ट सपोर्ट भी शामिल है।

    Employs lazy rendering to display millions of rows with minimal memory and latency.

    TypeScriptaccessibledatadatagrid
    GitHub पर देखें↗5,237
  • urho3d/urho3durho3d का अवतार

    urho3d/urho3d

    4,707GitHub पर देखें↗

    Urho3D is a cross-platform 3D game engine written in C++. It uses a component-based scene graph to compose game objects from nodes and attached components, separating transforms from behaviors for modular design. The engine integrates AngelScript and Lua scripting for game logic, uses the Bullet library for physics simulation, and renders scenes with OpenGL or Direct3D through forward, deferred, or light pre-pass pipelines with customizable render passes and shadow mapping. The engine distinguishes itself with a built-in visual scene and UI editor for composing 3D worlds and interface layouts

    Automatically applies occlusion culling, hardware instancing, and light stencil masking to reduce load.

    C++2d3d3d-graphics
    GitHub पर देखें↗4,707
  • nerfstudio-project/gsplatnerfstudio-project का अवतार

    nerfstudio-project/gsplat

    4,528GitHub पर देखें↗

    gsplat is a high-performance differentiable rasterization engine for 3D Gaussian splatting, designed for real-time novel view synthesis from 2D images. It provides a complete pipeline for reconstructing 3D scenes by optimizing differentiable Gaussian representations, training models from COLMAP-processed captures or proprietary device files, and generating new viewpoints through a CUDA-accelerated rendering backend. The framework distinguishes itself through memory-optimized CUDA kernels that reduce training memory usage by up to 4x compared to standard implementations while matching publishe

    Supports batch rasterization of multiple Gaussian scene sets for efficient processing.

    Pythongaussian-splatting
    GitHub पर देखें↗4,528
  • yoctol/bottenderYoctol का अवतार

    Yoctol/bottender

    4,278GitHub पर देखें↗

    Bottender एक कन्वर्सेशनल UI फ्रेमवर्क और क्रॉस-प्लेटफ़ॉर्म बॉट ऑर्केस्ट्रेटर है जिसे इंटरैक्टिव चैट इंटरफ़ेस बनाने के लिए डिज़ाइन किया गया है। यह एक रूटिंग सिस्टम के रूप में कार्य करता है जो यूज़र संदेशों और इवेंट्स को विशिष्ट हैंडलर फ़ंक्शंस में मैप करता है ताकि इंटरैक्शन पाथ को मैनेज किया जा सके और एक एकीकृत इंटरफ़ेस के माध्यम से विभिन्न थर्ड-पार्टी मैसेजिंग चैनलों से एक बैकएंड को जोड़ा जा सके। इस फ्रेमवर्क में यूज़र इनपुट से इंटेंट और लेबल निकालने के लिए बाहरी नेचुरल लैंग्वेज अंडरस्टैंडिंग सेवाओं को जोड़ने के लिए एक इंटीग्रेशन गेटवे शामिल है। इसमें आवश्यक डेटा सेट को पूरा करने के लिए यूज़र्स से विशिष्ट जानकारी एकत्र करने के लिए एक स्लॉट फिलिंग इंटरफ़ेस भी है। यह सिस्टम पर्सिस्टेंट यूज़र सेशन स्टोरेज और कन्वर्सेशन स्टेट ट्रैकिंग के माध्यम से स्टेट मैनेजमेंट का समर्थन करता है। यह मल्टी-चैनल इंटरफ़ेस डिज़ाइन के लिए टूल प्रदान करता है, जिसमें प्लेटफ़ॉर्म-विशिष्ट नेटिव सुविधाओं के लिए समर्थन, नेटवर्क ओवरहेड को कम करने के लिए रिक्वेस्ट बैचिंग और सर्वरलेस डिप्लॉयमेंट के साथ संगत एक स्टेटलेस रनटाइम शामिल है। विकास को परीक्षण के लिए एक स्थानीय टर्मिनल-आधारित सिमुलेशन और तत्काल लॉजिक इटरेशन के लिए हॉट-रीलोड वर्कफ़्लो द्वारा समर्थित किया जाता है।

    Groups multiple outgoing responses into single network calls to minimize overhead and avoid platform rate limits.

    TypeScriptbotchatbotframework
    GitHub पर देखें↗4,278
  • irisshaders/irisIrisShaders का अवतार

    IrisShaders/Iris

    3,669GitHub पर देखें↗

    Iris is a graphics modifier and OpenGL shader engine for Minecraft. It functions as a tool for improving visual fidelity and lighting effects by loading and rendering shader packs through custom pipelines. The project serves as a compatibility layer for modded environments, ensuring that high-fidelity shaders run stably alongside other game modifications without causing software conflicts or crashes. It also acts as a render performance optimizer to maximize GPU utilization and maintain stable frame rates while processing complex visual effects. The system utilizes real-time render intercept

    Improves visual fidelity and lighting effects within Minecraft through custom shader pipelines.

    Javahacktoberfestminecraftopengl
    GitHub पर देखें↗3,669
पिछला12अगला
  1. Home
  2. User Interface & Experience
  3. Rendering Optimizers

सब-टैग एक्सप्लोर करें

  • Batch Renderers5 सब-टैग्सUtilities for grouping multiple renderable objects into single draw calls to optimize rendering performance. **Distinct from Rendering Optimizers:** Distinct from rendering optimizers: focuses on the batching mechanism specifically.
  • MapReduces draw calls and texture binds by loading maps through atlas-based loaders. **Distinct from Rendering Optimizers:** Distinct from Rendering Optimizers: focuses specifically on map-based rendering performance.
  • Minecraft Optimizations3 सब-टैग्सPerformance tuning targeted at the Minecraft game client's rendering pipeline. **Distinct from Rendering Optimizers:** Distinct from Rendering Optimizers: focuses specifically on Minecraft client rendering optimization, not general GPU or UI rendering.
  • Modded Environment CompatibilityEnsuring stable coexistence of multiple modifications within a specific game environment. **Distinct from Minecraft Optimizations:** Distinct from Minecraft Optimizations: focuses on stability and conflict resolution between mods rather than rendering performance tuning.
  • Pipeline OptimizersMechanisms for batching DOM, style, and layout updates to minimize redundant processing. **Distinct from Rendering Optimizers:** Distinct from Rendering Optimizers: focuses specifically on the batching of DOM and style updates to ensure immediate script perception.
  • Tilemap OptimizationsTechniques for optimizing the rendering of grid-based level layers, such as collapsing them into single geometry objects. **Distinct from Rendering Optimizers:** Focuses specifically on the structural optimization of tilemaps rather than general UI rendering loops.