Пакет libimgui: Информация

    Исходный пакет: libimgui
    Версия: 1.91.5-alt1
    Собран:  3 декабря 2024 г. 16:32
    Категория: Науки/Математика
    Сообщить об ошибке в пакете
    Домашняя страница: https://www.dearimgui.com/

    Лицензия: MIT
    О пакете: Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
    Описание: 
    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.

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    libimgui (loongarch64)
    libimgui-debuginfo (loongarch64)
    libimgui-devel (loongarch64)

    Сопровождающий: Pavel Skrylev

    Список участников:
    Pavel Skrylev

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

    Последнее изменение


    25 ноября 2024 г. Pavel Skrylev 1.91.5-alt1
    - initial build for Sisyphus