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

    Исходный пакет: opencsg
    Версия: 1.5.0-alt1_2
    Собран:  26 сентября 2023 г. 23:37
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.opencsg.org/

    Лицензия: GPLv2+ and zlib
    О пакете: Library for Constructive Solid Geometry using OpenGL
    Описание: 
    OpenCSG is a library that does image-based CSG rendering using OpenGL.
    
    CSG is short for Constructive Solid Geometry and denotes an approach to model
    complex 3D-shapes using simpler ones. I.e., two shapes can be combined by
    taking the union of them, by intersecting them, or by subtracting one shape
    of the other. The most basic shapes, which are not result of such a CSG
    operation, are called primitives. Primitives must be solid, i.e., they must
    have a clearly defined interior and exterior. By construction, a CSG shape is
    also solid then.
    
    Image-based CSG rendering (also z-buffer CSG rendering) is a term that denotes
    algorithms for rendering CSG shapes without an explicit calculation of the
    geometric boundary of a CSG shape. Such algorithms use frame-buffer settings
    of the graphics hardware, e.g., the depth and stencil buffer, to compose CSG
    shapes. OpenCSG implements a variety of those algorithms, namely the
    Goldfeather algorithm and the SCS algorithm, both of them in several variants.

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    opencsg (e2kv6, e2kv5, e2kv4, e2k)
    opencsg-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    opencsg-devel (e2kv6, e2kv5, e2kv4, e2k)
    opencsg-doc (noarch)

    Сопровождающий: Alexey Sheplyakov

    Список участников:
    Alexey Sheplyakov
    Igor Vlasenko

      1. qt5-base-devel
      2. gcc-c++
      3. libX11-devel
      4. libglvnd-devel
      5. libGLEW-devel
      6. libGLU-devel
      7. libfreeglut-devel

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


    26 сентября 2023 г. Alexey Sheplyakov 1.5.0-alt1_2
    - use qmake-qt5 (to build on LoongArch and riscv), while at it trimmed
      build dependencies
    7 мая 2022 г. Igor Vlasenko 1.5.0-alt1_1
    - update to new release by fcimport
    10 октября 2018 г. Igor Vlasenko 1.4.2-alt1_8
    - update to new release by fcimport