awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjektÜber unsHow we rankPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Kategorien

3 Repos

Awesome GitHub RepositoriesRendering Backends

Abstraction layers for delegating graphical draw calls to platform-specific APIs.

Distinguishing note: Focuses on the abstraction layer itself rather than the UI framework logic.

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

Awesome Rendering Backends GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • avaloniaui/avaloniaAvatar von AvaloniaUI

    AvaloniaUI/Avalonia

    30,986Auf GitHub ansehen↗

    Avalonia is a cross-platform desktop framework that enables the creation of native-feeling applications for Windows, macOS, and Linux from a single codebase. It functions as a declarative UI toolkit, allowing developers to define complex visual hierarchies and interface structures using a markup-based syntax that maps directly to underlying object properties. By utilizing the Model-View-ViewModel architectural pattern, the framework facilitates a clean separation between application logic and user interface layout, which simplifies unit testing and component maintenance. The framework disting

    Allows switching between graphics engines to optimize performance and compatibility across different host platforms.

    C#androidapp-frameworkavalonia
    Auf GitHub ansehen↗30,986
  • emilk/eguiAvatar von emilk

    emilk/egui

    29,409Auf GitHub ansehen↗

    This library is an immediate mode graphical user interface toolkit that reconstructs the entire interface every frame. By executing procedural code within a high-frequency loop that matches the display refresh rate, it allows developers to define interactive elements and state updates directly. The framework utilizes a multi-pass rendering approach to resolve layout dependencies, ensuring that widget sizes and positions are calculated accurately before final placement to prevent visual jitter. The project functions as a cross-platform graphics toolkit, providing a portable rendering layer tha

    Provides modular integration layers to decouple core rendering logic from specific graphics APIs.

    Rusteguigame-developmentgamedev
    Auf GitHub ansehen↗29,409
  • gaearon/react-dndAvatar von gaearon

    gaearon/react-dnd

    21,642Auf GitHub ansehen↗

    React-dnd is a drag and drop framework and library for React applications. It provides a system of higher-order components and hooks to implement draggable interface elements and drop targets using a declarative API. The framework separates the logic of moving items from the visual presentation of the user interface. This allows for the development of interactive interfaces, such as visual list reordering and custom dashboard layouts where widgets or panels can be reorganized.

    Implements an abstraction layer that decouples drag and drop logic from specific platform rendering APIs.

    TypeScript
    Auf GitHub ansehen↗21,642
  1. Home
  2. User Interface & Experience
  3. Rendering Backends