Update README.md

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

View File

@ -1,8 +1,7 @@
Cirno's Perfect Math Library
====
### Adapated for Minetest
For best memory performance: have luaJIT & it's FFI library (this should be built into luaJIT), and add MTUL-CPML to your trusted list (so it can `require()` call the FFI library)
also works if you disable mod security (DANGEROUS, NOT RECCOMENDED).
For best memory performance: have luaJIT & it's FFI library (this should be built into luaJIT), and add MTUL-CPML to your trusted list (so it can `require()` call the FFI library).
Various useful bits of game math. 3D line intersections, ray casting, 2d/3d vectors, 4x4 matrices, quaternions, etc.