Package opencsg: Information

    Source package: opencsg
    Version: 1.4.0-alt0.M70P.2
    Build time:  Jan 1, 2015, 08:12 PM in the task #136745
    Copied in the task: #137960
    Category: System/Libraries
    Report package bug
    License: GPLv2 with exceptions
    Summary: Library for Constructive Solid Geometry using OpenGL
    Description: 
    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.

    List of rpms provided by this srpm:
    opencsg (x86_64, i586)
    opencsg-debuginfo (x86_64, i586)
    opencsg-devel (x86_64, i586)

    Maintainer: Dmitry Derjavin

    List of contributors:
    Dmitry Derjavin
    Igor Vlasenko

    ACL:
    Igor Vlasenko
    @everybody

      1. libfreeglut-devel
      2. libglew-devel
      3. libGLU-devel
      4. qt4-devel
      5. dos2unix
      6. gcc-c++
      7. libqt4-devel

    Last changed


    Dec. 24, 2014 Dmitry Derjavin 1.4.0-alt0.M70P.2
    - backport to ALTLinux p7 (with rpmbph script)
    Oct. 20, 2014 Igor Vlasenko 1.4.0-alt1_1
    - update to new release by fcimport
    Sept. 10, 2014 Igor Vlasenko 1.3.3-alt1_3
    - update to new release by fcimport