Update README.md

This commit is contained in:
FatalErr42O 2023-09-10 18:10:03 -07:00 committed by GitHub
parent 49521ffe14
commit 3ea712ac2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ For best memory performance: have luaJIT & it's FFI library (this should be buil
Various useful bits of game math. 3D line intersections, ray casting, 2d/3d vectors, 4x4 matrices, quaternions, etc.
This is a fork of CPML (for LÖVE/love3d), it's been ported over the minetest so it can be used in whatever you need it for.
Documentation can be found here: (link coming soon).
Documentation can be found here: <https://minetest-unification-library.github.io/MTUL-CPML/>.
Documentation must be generated manually when a commit is made, because I haven't set up workflows (and have no idea how to).