Path to this page:
Subject: CVS commit: pkgsrc/graphics
From: Nia Alarie
Date: 2021-05-20 21:52:31
Message id: 20210520195231.915B8FA95@cvs.NetBSD.org
Log Message:
add graphics/cglm.
cglm is an optimized 3D math library written in C99 (compatible with C89).
It is similar to original glm library except this is mainly for C.
This library stores matrices as column-major order but in the future row-major
is considered to be supported as optional.
Currently only the float type is supported for most operations.
Files: