This commit is contained in:
baidwwy 2021-02-28 21:23:04 +08:00
parent 271f90fa20
commit 560f8878bb
1 changed files with 54 additions and 35 deletions

View File

@ -1,7 +1,7 @@
GGELUA GGELUA
------ ------
GGELUA是一个基于[SDL](https://github.com/libsdl-org/SDL)简单的2D游戏引擎用纯lua编写游戏类似[love2d](https://github.com/love2d/love),EM但比love2d更简单比EM更完善 GGELUA是一个基于[SDL](https://github.com/libsdl-org/SDL)简单的2D游戏引擎用纯lua代码编写游戏,类似[love2d](https://github.com/love2d/love),EM但比love2d更简单比EM更完善
[官方网站](http://bbs.ggelua.com/) [官方网站](http://bbs.ggelua.com/)
@ -11,55 +11,74 @@ GGELUA是一个基于[SDL](https://github.com/libsdl-org/SDL)简单的2D游戏
---- ----
- 支持 [bgfx](https://github.com/cloudwu/lua-bgfx) - 支持 [bgfx](https://github.com/cloudwu/lua-bgfx)
- 支持 安卓WINDOWS - 支持 安卓WINDOWS
- 整合 VSCODE(调试,跳转,提示,文档,支持库等) - 整合 [VSCODE](https://code.visualstudio.com/)(调试,跳转,提示,文档,支持库等)
- 支持! [TypeScriptToLua](https://github.com/TypeScriptToLua/TypeScriptToLua) - 支持! [TypeScriptToLua](https://github.com/TypeScriptToLua/TypeScriptToLua)
- 支持! [teal](https://github.com/teal-language/tl) - 支持! [teal](https://github.com/teal-language/tl)
[100%]:https://img.shields.io/badge/进度-100%25-brightgreen
[0%]:https://img.shields.io/badge/进度-0%25-red
[50%]:https://img.shields.io/badge/进度-50%25-yellow
完成进度: 完成进度:
------ ------
|功能|进度| |功能|进度|
|-|-| |-|-|
|class| ![进度](https://img.shields.io/badge/进度-100%25-brightgreen) |class| ![100%]
|动画类| ![进度](https://img.shields.io/badge/进度-100%25-brightgreen) |动画类| ![100%]
|矩形(包围盒)| ![进度](https://img.shields.io/badge/进度-100%25-brightgreen) |矩形(包围盒)| ![100%]
|文本类| ![进度](https://img.shields.io/badge/进度-100%25-brightgreen) |文本类| ![100%]
|资源类| ![进度](https://img.shields.io/badge/进度-100%25-brightgreen) |资源类| ![100%]
|坐标类| ![进度](https://img.shields.io/badge/进度-100%25-brightgreen) |坐标类| ![100%]
|引擎SDL| ![进度](https://img.shields.io/badge/进度-60%25-yellow) |引擎[SDL](https://github.com/libsdl-org/SDL)| ![进度](https://img.shields.io/badge/进度-60%25-yellow)
|界面GUI| ![进度](https://img.shields.io/badge/进度-90%25-green) |界面GUI| ![进度](https://img.shields.io/badge/进度-90%25-green)
|网络HPSOCKET| ![进度](https://img.shields.io/badge/进度-90%25-green) |网络[HPSOCKET](https://gitee.com/ldcsaa/HP-Socket)| ![进度](https://img.shields.io/badge/进度-90%25-green)
|寻路AStar| ![进度](https://img.shields.io/badge/进度-100%25-brightgreen) |寻路AStar| ![100%]
|视频FFMPEG| ![进度](https://img.shields.io/badge/进度-90%25-green) |视频[FFMPEG](https://github.com/ShiftMediaProject/FFmpeg)| ![进度](https://img.shields.io/badge/进度-90%25-green)
|工具IMGUI| ![进度](https://img.shields.io/badge/进度-80%25-yellowgreen) |工具[IMGUI](https://github.com/ocornut/imgui)| ![进度](https://img.shields.io/badge/进度-80%25-yellowgreen)
[IP地址](https://gitee.com/lionsoul/ip2region)|![100%]
|bass| ![0%]
|fmod| ![0%]
|fmodex| ![0%]
|[TILED](https://github.com/mapeditor/tiled)| ![0%]
引擎: 引擎:
---- ----
|功能|进度| |功能|进度|
|-|-| |-|-|
|线程| ![进度](https://img.shields.io/badge/进度-0%25-red) |线程| ![0%]
|手柄| ![进度](https://img.shields.io/badge/进度-0%25-red) |手柄| ![50%]
|[HGE](https://github.com/kvakvs/hge)粒子| ![进度](https://img.shields.io/badge/进度-0%25-red) |[HGE](https://github.com/kvakvs/hge)粒子| ![0%]
|IME| ![进度](https://img.shields.io/badge/进度-0%25-red) |IME| ![0%]
|录音| ![进度](https://img.shields.io/badge/进度-0%25-red) |录音| ![50%]
|VSCODE| ![进度](https://img.shields.io/badge/进度-10%25-orange) |VSCODE| ![进度](https://img.shields.io/badge/进度-10%25-orange)
|服务端| ![进度](https://img.shields.io/badge/进度-10%25-orange) |服务端| ![进度](https://img.shields.io/badge/进度-10%25-orange)
|实例| ![进度](https://img.shields.io/badge/进度-0%25-red) |实例| ![0%]
|安卓| ![进度](https://img.shields.io/badge/进度-0%25-red) |安卓| ![50%]
|[bgfx](https://github.com/cloudwu/lua-bgfx)| ![进度](https://img.shields.io/badge/进度-0%25-red) |[bgfx](https://github.com/cloudwu/lua-bgfx)| ![0%]
[_luasql]:http://keplerproject.github.io/luasql/
[_lfs]:http://keplerproject.github.io/luafilesystem/
[_md5]:http://keplerproject.github.com/md5
[_base64]:https://web.tecgraf.puc-rio.br/~lhf/ftp/lua/#lbase64
[_zlib]:https://github.com/brimworks/lua-zlib
[_cjson]:https://github.com/openresty/lua-cjson
[_mongo]:https://github.com/neoxic/lua-mongo
[_lsqlite3]:http://lua.sqlite.org/
[_socket]:https://github.com/diegonehab/luasocket
[_cmsgpack]:https://github.com/antirez/lua-cmsgpack
[_zmq]:https://github.com/zeromq/lzmq
[_cffi]:https://github.com/q66/cffi-lua
库: 库:
--- ---
|功能|进度| |功能|进度|功能|进度|
|-|-| |-|-|-|-|
|[IMGUI](https://github.com/ocornut/imgui)| ![进度](https://img.shields.io/badge/进度-80%25-yellowgreen) |[luasql.mysql][_luasql]|![100%]|[luasql.sqlite3][_luasql]|![100%]
|[cffi](https://github.com/q66/cffi-lua)| ![进度](https://img.shields.io/badge/进度-0%25-red) |[luasql.postgres][_luasql]|![100%]|[luasql.odbc][_luasql]|![100%]
|[zmq](https://github.com/zeromq/lzmq)| ![进度](https://img.shields.io/badge/进度-100%25-brightgreen) |[lfs][_lfs]|![100%]|[md5][_md5]|![100%]
|redis| ![进度](https://img.shields.io/badge/进度-0%25-red) |[base64][_base64]|![100%]|[zlib][_zlib]|![100%]
|[mongo](https://github.com/neoxic/lua-mongo)| ![进度](https://img.shields.io/badge/进度-100%25-brightgreen) |[cjson][_cjson]|![100%]|[mongo][_mongo]|![100%]
|[rapidjson](https://github.com/xpol/lua-rapidjson)| ![进度](https://img.shields.io/badge/进度-0%25-red) |[lsqlite3][_lsqlite3]|![100%]|[socket][_socket]|![100%]
|bass| ![进度](https://img.shields.io/badge/进度-0%25-red) |[cmsgpack][_cmsgpack]|![100%]|[zmq][_zmq]|![100%]
|fmod| ![进度](https://img.shields.io/badge/进度-0%25-red) |[cffi][_cffi]|![0%]
|fmodex| ![进度](https://img.shields.io/badge/进度-0%25-red) |redis|![0%]
|[RmlUi](https://github.com/mikke89/RmlUi)| ![进度](https://img.shields.io/badge/进度-0%25-red) |[rapidjson](https://github.com/xpol/lua-rapidjson)|![0%]
|[TILED]()| ![进度](https://img.shields.io/badge/进度-0%25-red) |[RmlUi](https://github.com/mikke89/RmlUi)|![0%]