quicklisp / quicklisp-projects

Metadata for projects tracked by Quicklisp.
http://www.quicklisp.org/
413 stars 47 forks source link

Please add 3d-math #2353

Open Shinmera opened 11 months ago

Shinmera commented 11 months ago

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

atgreen commented 11 months ago

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

Shinmera commented 11 months ago

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

atgreen commented 11 months ago

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

Shinmera commented 11 months ago

You didn't pull type-templates.

atgreen commented 11 months ago

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