# lua-mirai-doc **Repository Path**: skeleton321/lua-mirai-doc ## Basic Information - **Project Name**: lua-mirai-doc - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-03-02 - **Last Updated**: 2022-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## LUA MIRAI是什么 [mirai](https://github.com/mamoe/mirai) 是一个基于`kotlin`的bot开发框架, `LUA MIRAI`(本文档中将其简称为`LM`)在此基础上借助[luakt](https://github.com/only52607/luakt)进行开发,提供了mirai对lua语言的支持以及其与`kotlin`的交互能力。 `LM`有极高的灵活性,通常来说,你有如下四种方式使用`LM`: - [单脚本运行](guide/quickstart/jvm.md) - [作为Mirai Console插件使用](guide/quickstart/for-console.md) - [在安卓上使用](guide/quickstart/for-android.md) - [作为项目依赖](guide/quickstart/implement.md) [脚本中心](https://gitee.com/ooooonly/lua-mirai-project)提供了丰富的`LM`示例脚本资源,你可以通过下载示例脚本来学习`LM`的更多用法。 尝试`LM`的最简单方式是将其作为[单脚本运行](guide/quickstart/jvm.md),你可以适当修改示例代码,并跟着例子学习一些基础用法。