Port details on branch 2024Q4 |
- opencsg Constructive Solid Geometry rendering library
- 1.6.0 graphics =0 1.6.0Version of this port present on the latest quarterly branch.
- Maintainer: mr@FreeBSD.org
- Port Added: 2024-10-13 17:12:15
- Last Update: 2024-10-13 17:10:23
- Commit Hash: 81af924
- License: GPLv2
- WWW:
- https://www.opencsg.org/
- Description:
- OpenCSG is a library that does image-based CSG rendering using OpenGL.
OpenCSG is written in C++ and supports most modern graphics hardware.
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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- opencsg>0:graphics/opencsg
- To install the port:
- cd /usr/ports/graphics/opencsg/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/opencsg
- pkg install opencsg
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: opencsg
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1708639784
SHA256 (OpenCSG-1.6.0.tar.gz) = bf8fb80e3e0ce11d87dd78dd15a0de872dbb8972d87f5f89cffc461efad47be8
SIZE (OpenCSG-1.6.0.tar.gz) = 302547
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- xorgproto>=0 : x11/xorgproto
- qt5-qmake>=5.15 : devel/qt5-qmake
- Library dependencies:
-
- libGL.so : graphics/libglvnd
- libGLESv2.so : graphics/libglvnd
- libGLEW.so : graphics/glew
- libQt5OpenGL.so : graphics/qt5-opengl
- This port is required by:
- for Libraries
-
- cad/openscad
- cad/openscad-devel
Configuration Options:
- No options to configure
- Options name:
- graphics_opencsg
- USES:
- compiler:c++11-lang gl qmake qt:5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|