Skip to content
/ yi Public

Yi is a lightweight lua development framework.

License

Notifications You must be signed in to change notification settings

andycai/yi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yi 是一个轻量级的 Lua 开发框架

Yi 是为了 Lua 项目对模块的组织更加清晰做设计的。

提供学习示例

运行测试,在终端下运行:lua main.lua,运行前请确保你已经安装了 lua 环境

输出:

[Info]
app start
Testing RoleActor
csv data: {
  1 = {
	1 = "Andy",
	2 = "male",
	3 = "22",
  },
  2 = {
	1 = "Yufi",
	2 = "female",
	3 = "20",
  },
  3 = {
	1 = "Kelly",
	2 = "femle",
	3 = "1",
  },
}
role pane say hello
view call me
hero pane say hello
Hello, Andy!

About

Yi is a lightweight lua development framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages