Go to file
Noodlemire 2c9a438883 Initial Release 2021-08-28 14:47:42 -05:00
LICENSE.txt Initial Release 2021-08-28 14:47:42 -05:00
README.md Initial Release 2021-08-28 14:47:42 -05:00
api.txt Initial Release 2021-08-28 14:47:42 -05:00
init.lua Initial Release 2021-08-28 14:47:42 -05:00
mod.conf Initial Release 2021-08-28 14:47:42 -05:00

README.md

Smart Vector Tables [smart_vector_Table]
Smart Vector Tables [smart_vector_Table]

About

This mod adds an API to create tables that accept 3D Vectors as indices in a relatively efficient manner. They're built to be able to handle a large quantity of indices at a time, with no regards to how close or far apart specific vectors are. See the provided api.txt for details about how you use them.


Dependencies and Support

There are no dependencies for this mod, not even on Minetest itself. You can use it in any Lua-based program if you wish.


License

The LGPL v2.1 License is used with this mod. See https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html or LICENSE.txt for more details.


Installation

Download, unzip, and place within the usual minetest/current/mods folder, and it will behave in relation to the Minetest engine like any other mod.