quicklisp-projects icon indicating copy to clipboard operation
quicklisp-projects copied to clipboard

Please add 3d-math

Open Shinmera opened this issue 2 years ago • 5 comments

This library implements types, operators, and algorithms commonly used in math for 2D and 3D graphics.

It supersedes and combines the prior libraries 3d-vectors, 3d-matrices, 3d-quaternions, and 3d-transfroms. The new API is largely but not entirely backwards compatible, and adds a lot of new functionality.

Author: Yukari Hafner License: zlib Source: https://github.com/shinmera/3d-math.git Documentation: https://shinmera.github.io/3d-math

Shinmera avatar Aug 11 '23 15:08 Shinmera

It doesn't build for me: https://github.com/ocicl/3d-math/actions/runs/5840921719/job/15840631979#step:2:9495

atgreen avatar Aug 12 '23 11:08 atgreen

Guh, sorry, did some bad cleanup in type-templates and 3d-math. Should be fixed now.

Shinmera avatar Aug 12 '23 12:08 Shinmera

I'm still having build problems: https://github.com/ocicl/3d-math/actions/runs/5842576801/job/15843826380

atgreen avatar Aug 13 '23 10:08 atgreen

You didn't pull type-templates.

Shinmera avatar Aug 13 '23 10:08 Shinmera

I see -- yes, that was it. Thanks!

atgreen avatar Aug 13 '23 10:08 atgreen