cglm 0.9.1-1 source package in Ubuntu

Changelog

cglm (0.9.1-1) unstable; urgency=medium

  * New upstream release
  * d/patches: Remove (all patches upstream)

 -- Leon Marz <email address hidden>  Wed, 16 Aug 2023 18:52:55 +0100

Upload details

Uploaded by:
Leon Marz
Uploaded to:
Sid
Original maintainer:
Leon Marz
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cglm_0.9.1-1.dsc 1.9 KiB a6871c30da1c7c84d3214404929453b9d3714da272b804aaf4a8960413558058
cglm_0.9.1.orig.tar.gz 642.1 KiB ba16ee484c9d5e808ef01e55008a156831e8ff5297f10bbca307adeb827a0913
cglm_0.9.1-1.debian.tar.xz 5.5 KiB 9f9bcaa959aee90bf4b58f317c3d946cbe80d106dc15117b7ac39844502fa1c3

Available diffs

No changes file available.

Binary packages built by this source

libcglm-dev: Development files for the cglm library

 cglm is an optimized 3D math library written in C99 (compatible with C89).
 It is based on the OpenGL Shading Language (GLSL) specification and
 similar to the original glm library except this library is written in C.
 It uses the same header-only approach like glm but also supports
 pre-compield function calls
 .
 Features:
  * scalar and simd (sse, avx, neon...) optimizations
  * option to use different clipspaces e.g. Left Handed, Zero-to-One...
    (currrently right handed negative-one is default)
  * array API and struct API, you can use arrays or structs.
  * general purpose matrix operations (mat4, mat3)
  * chain matrix multiplication (square only)
  * general purpose vector operations (cross, dot, rotate, proj, angle...)
  * affine transformations
  * matrix decomposition (extract rotation, scaling factor)
  * optimized affine transform matrices (mul, rigid-body inverse)
  * camera (lookat)
  * projections (ortho, perspective)
  * quaternions
  * euler angles / yaw-pitch-roll to matrix
  * extract euler angles
  * inline or pre-compiled function call
  * frustum (extract view frustum planes, corners...)
  * bounding box (AABB in Frustum (culling), crop, merge...)
  * bounding sphere
  * project, unproject
  * easing functions
  * curves
  * curve interpolation helpers (SMC, deCasteljau...)
  * helpers to convert cglm types to Apple's simd library to pass cglm types to
    Metal GL without packing them on both sides
  * ray intersection helpers
  * and others...
 .
 This package contains the development header files

libcglm-doc: Documentation for the cglm library

 cglm is an optimized 3D math library written in C99 (compatible with C89).
 It is based on the OpenGL Shading Language (GLSL) specification and
 similar to the original glm library except this library is written in C.
 It uses the same header-only approach like glm but also supports
 pre-compield function calls
 .
 This package contains the documentation files in HTML format.

libcglm0: Optimized OpenGL Mathematics library for C

 cglm is an optimized 3D math library written in C99 (compatible with C89).
 It is based on the OpenGL Shading Language (GLSL) specification and
 similar to the original glm library except this library is written in C.
 It uses the same header-only approach like glm but also supports
 pre-compield function calls
 .
 This library is designed to be compatible for programming with
 OpenGL/Vulkan applications. It uses a column-major layout for matrices.

libcglm0-dbgsym: debug symbols for libcglm0