shengnoah / lua.ren

luaren
https://lua.ren
GNU General Public License v3.0
22 stars 2 forks source link

Lua游戏开发 #36

Open shengnoah opened 2 years ago

shengnoah commented 2 years ago

https://lua.ren/lua_guide/game-programming/

LUA教程:Lua是一门精巧的语言,与其它语言配合使用,发挥更高的效能。特别是与C和C++语言的配合。著名的项目Openresty就是使用了Lua。

shengnoah commented 2 years ago

在游戏编程中,Lua变成也用于描绘游戏场景的脚本语言,用Lua驱动更底层的C语言,完成特定的游戏流程业务。