# TinaX.Lua **Repository Path**: nekonyas/TinaX.Lua ## Basic Information - **Project Name**: TinaX.Lua - **Description**: No description available - **Primary Language**: C# - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-23 - **Last Updated**: 2024-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TinaX Framework - Lua. logo [![LICENSE](https://img.shields.io/badge/license-NPL%20(The%20996%20Prohibited%20License)-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE) 996.icu [![LICENSE](https://camo.githubusercontent.com/3867ce531c10be1c59fae9642d8feca417d39b58/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f636f6f6b6965592f596561726e696e672e737667)](https://github.com/yomunsam/TinaX/blob/master/LICENSE) 基于`xLua`的Lua运行环境. Lua runtime based on `xLua`.
由于所使用的第三方库`Tencent/xLua`的限制,`TinaX.Lua`只能放在`Assembly-CSharp`中(即直接放在项目Assets目录下的某个地方)。 Due to the limitations of the third-party library `Tencent/xLua` used,` TinaX.Lua` can only be placed in `Assembly-CSharp` (that is, directly placed somewhere in the project's Assets directory).
------ ## Dependencies This package does not depend on other packages. 在安装之前,请先确保已安装如下依赖: Before setup `TinaX.Lua`, please ensure the following dependencies are installed by `Unity Package Manager`: - [io.nekonya.tinax.core](https://github.com/yomunsam/tinax.core) :`git://github.com/yomunsam/TinaX.Core.git` - [io.nekonya.tinax.xcomponent](https://github.com/yomunsam/TinaX.XComponent) :`git://github.com/yomunsam/TinaX.XComponent.git` ------ ## Third-Party 本项目中使用了以下优秀的第三方库: The following excellent third-party libraries are used in this project: - **[xLua](https://github.com/Tencent/xLua)** : xLua is a lua programming solution for C# ( Unity, .Net, Mono) , it supports android, ios, windows, linux, osx, etc. - **[middleclass](https://github.com/kikito/middleclass)** : Object-orientation for Lua. -------