mathkit

https://github.com/lispgames/mathkit.git

git clone 'https://github.com/lispgames/mathkit.git'

(ql:quickload :mathkit)
6

mathkit

This is a purely math-related utility kit, providing functions which can be useful for games, 3D, and GL in general. Right now this includes additional matrix functionality by @3b on top of sb-cga.

Note: These merely create native Lisp matrices; they do not multiply them like the similar GL functions or in any way set them as GL state like the old fixed-function pipeline.

Additionally: