cglm 0.9.0-2 source package in Ubuntu

Changelog

cglm (0.9.0-2) unstable; urgency=medium

  * Fix FTBFS
    - Add fix-glm_arch_print_name-1.patch
    - Add fix-glm_arch_print_name-2.patch

 -- Leon Marz <email address hidden>  Thu, 15 Jun 2023 10:25:00 +0200

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
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
cglm_0.9.0-2.dsc 1.9 KiB ba1a56edb4c2b41e9fa0d7e7b0c2589a86b7e92cb35806c2d667b792723ec027
cglm_0.9.0.orig.tar.gz 627.8 KiB 9b688bc52915cdd4ad8b7d4080ef59cc92674d526856d8f16bb3a114db1dd794
cglm_0.9.0-2.debian.tar.xz 6.6 KiB c4c67ef4f1d6be5ac47591c84574806f36829f8d4ef55863f233b76155601fa7

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