awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
User Interface Paradigms · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesUser Interface Paradigms

Architectural approaches and design patterns that dictate how user interfaces are constructed and rendered during runtime.

Explore 1 awesome GitHub repository matching user interface & experience · User Interface Paradigms. Refine with filters or upvote what's useful.

  1. Home
  2. User Interface & Experience
  3. User Interface Paradigms

Awesome User Interface Paradigms GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • ocornut/imgui

    ocornut/imgui

    71,441GitHubView on GitHub↗

    This project is an immediate-mode graphical user interface library designed for rapid development of tools and debugging interfaces. By generating UI geometry every frame through procedural code, it eliminates the need for persistent state synchronization between application data and the interface. It is primarily inte

    C++apicplusplusframework

Explore sub-tags

  • Declarative UI CompositionDefining interface layouts through code-based function calls that reconcile state changes.
  • Immediate Mode Rendering SystemsRendering architectures that generate interface geometry procedurally every frame without persistent state synchronization.
  • Immediate Mode UI DevelopmentUI development where interface elements are generated and rendered every frame.