# 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.
[-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE)
[](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.
-------