Package libimgui: Information

    Source package: libimgui
    Version: 1.91.5-alt1
    Latest version according to Repology
    Build time:  Dec 3, 2024, 01:42 PM in the task #363180
    Report package bug
    License: MIT
    Summary: Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
    Description: 
    Dear ImGui is a bloat-free graphical user interface library for C++. It outputs
    optimized vertex buffers that you can render anytime in your 3D-pipeline-enabled
    application. It is fast, portable, renderer agnostic, and self-contained (no
    external dependencies).
    
    Dear ImGui is designed to enable fast iterations and to empower programmers to
    create content creation tools and visualization / debug tools (as opposed to UI
    for the average end-user). It favors simplicity and productivity toward this
    goal and lacks certain features commonly found in more high-level libraries.
    Among other things, full internationalization (right-to-left text, bidirectional
    text, text shaping etc.) and accessibility features are not supported.
    
    Dear ImGui is particularly suited to integration in game engines (for tooling),
    real-time 3D applications, fullscreen applications, embedded applications, or
    any applications on console platforms where operating system features are
    non-standard.
    
    * Minimize state synchronization.
    * Minimize UI-related state storage on user side.
    * Minimize setup and maintenance.
    * Easy to use to create dynamic UI which are the reflection of a dynamic data
      set.
    * Easy to use to create code-driven and data-driven tools.
    * Easy to use to create ad hoc short-lived tools and long-lived, more elaborate
      tools.
    * Easy to hack and improve.
    * Portable, minimize dependencies, run on target (consoles, phones, etc.).
    * Efficient runtime and memory consumption.
    * Battle-tested, used by many major actors in the game industry.

    List of RPM packages built from this SRPM:
    libimgui (x86_64, ppc64le, i586, aarch64)
    libimgui-debuginfo (x86_64, ppc64le, i586, aarch64)
    libimgui-devel (x86_64, ppc64le, i586, aarch64)

    Maintainer: Pavel Skrylev

    List of contributors:
    Pavel Skrylev


      1. cmake
      2. libvulkan-devel
      3. libfreeglut-devel
      4. gcc-c++
      5. rpm-macros-cmake
      6. libSDL2-devel
      7. libglfw3-devel
      8. liballegro5.2-devel

    Last changed


    Nov. 25, 2024 Pavel Skrylev 1.91.5-alt1
    - initial build for Sisyphus