awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Immediate Mode Rendering Engines · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesImmediate Mode Rendering Engines

Frameworks that render user interfaces by rebuilding the display state within a high-frequency execution loop.

Distinguishing note: None of the candidates were relevant; this focuses on the specific rendering paradigm of immediate mode GUIs.

Explore 1 awesome GitHub repository matching user interface & experience · Immediate Mode Rendering Engines. Refine with filters or upvote what's useful.

  1. Home
  2. User Interface & Experience
  3. Immediate Mode Rendering Engines

Awesome Immediate Mode Rendering Engines GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • emilk/egui

    emilk/egui

    28,160View on GitHub↗

    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

    Render interactive user interfaces by defining elements and state updates within a high-frequency loop that executes at the display refresh rate.

    Rusteguigame-developmentgamedev
    28,160View on GitHub↗