An open API service indexing awesome lists of open source software.

https://github.com/bas080/luanti_utils

High level Luanti lua modding utilities that will bring your mods to the next level.
https://github.com/bas080/luanti_utils

luanti-mod utility-library

Last synced: 2 days ago
JSON representation

High level Luanti lua modding utilities that will bring your mods to the next level.

Awesome Lists containing this project

README

          

# luanti_utils

High level [Luanti][Luanti] lua modding utilities that will bring your mods to the next level.

## Installation

1. Get the luanti_utils in your mod folder by downloading it from the Luanti mods UI.
2. Add luanti_utils as a dependency in your mod.
3. Read the docs to get started.

## Documentation

You start by aquiring a module.

```lua
local util = luanti_utils.dofile('.lua')
```

See [Luanti Utils Documentation][luanti_utils_doc].

> Docs are generated using [LDoc][LDoc] comments.

## Experimental

There is an `experimental` branch. These APIs are suject to change.

## License

See [LICENSE.txt][LICENSE] file

[dofile]:https://bas080.github.io/luanti_utils/modules/luanti_utils.html#dofile
[LICENSE]:https://github.com/bas080/luanti_utils/blob/master/LICENSE.txt
[Luanti]:https://www.luanti.org/
[luanti_utils]:https://bas080.github.io/luanti_utils/index.html
[luanti_utils_doc]:https://bas080.github.io/luanti_utils/index.html
[LDoc]:https://stevedonovan.github.io/ldoc/