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是一个基于[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/)
@ -11,55 +11,74 @@ GGELUA是一个基于[SDL](https://github.com/libsdl-org/SDL)简单的2D游戏
----
- 支持 [bgfx](https://github.com/cloudwu/lua-bgfx)
- 支持 安卓WINDOWS
- 整合 VSCODE(调试,跳转,提示,文档,支持库等)
- 整合 [VSCODE](https://code.visualstudio.com/)(调试,跳转,提示,文档,支持库等)
- 支持! [TypeScriptToLua](https://github.com/TypeScriptToLua/TypeScriptToLua)
- 支持! [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)
|动画类| ![进度](https://img.shields.io/badge/进度-100%25-brightgreen)
|矩形(包围盒)| ![进度](https://img.shields.io/badge/进度-100%25-brightgreen)
|文本类| ![进度](https://img.shields.io/badge/进度-100%25-brightgreen)
|资源类| ![进度](https://img.shields.io/badge/进度-100%25-brightgreen)
|坐标类| ![进度](https://img.shields.io/badge/进度-100%25-brightgreen)
|引擎SDL| ![进度](https://img.shields.io/badge/进度-60%25-yellow)
|class| ![100%]
|动画类| ![100%]
|矩形(包围盒)| ![100%]
|文本类| ![100%]
|资源类| ![100%]
|坐标类| ![100%]
|引擎[SDL](https://github.com/libsdl-org/SDL)| ![进度](https://img.shields.io/badge/进度-60%25-yellow)
|界面GUI| ![进度](https://img.shields.io/badge/进度-90%25-green)
|网络HPSOCKET| ![进度](https://img.shields.io/badge/进度-90%25-green)
|寻路AStar| ![进度](https://img.shields.io/badge/进度-100%25-brightgreen)
|视频FFMPEG| ![进度](https://img.shields.io/badge/进度-90%25-green)
|工具IMGUI| ![进度](https://img.shields.io/badge/进度-80%25-yellowgreen)
|网络[HPSOCKET](https://gitee.com/ldcsaa/HP-Socket)| ![进度](https://img.shields.io/badge/进度-90%25-green)
|寻路AStar| ![100%]
|视频[FFMPEG](https://github.com/ShiftMediaProject/FFmpeg)| ![进度](https://img.shields.io/badge/进度-90%25-green)
|工具[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)
|手柄| ![进度](https://img.shields.io/badge/进度-0%25-red)
|[HGE](https://github.com/kvakvs/hge)粒子| ![进度](https://img.shields.io/badge/进度-0%25-red)
|IME| ![进度](https://img.shields.io/badge/进度-0%25-red)
|录音| ![进度](https://img.shields.io/badge/进度-0%25-red)
|线程| ![0%]
|手柄| ![50%]
|[HGE](https://github.com/kvakvs/hge)粒子| ![0%]
|IME| ![0%]
|录音| ![50%]
|VSCODE| ![进度](https://img.shields.io/badge/进度-10%25-orange)
|服务端| ![进度](https://img.shields.io/badge/进度-10%25-orange)
|实例| ![进度](https://img.shields.io/badge/进度-0%25-red)
|安卓| ![进度](https://img.shields.io/badge/进度-0%25-red)
|[bgfx](https://github.com/cloudwu/lua-bgfx)| ![进度](https://img.shields.io/badge/进度-0%25-red)
|实例| ![0%]
|安卓| ![50%]
|[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)
|[cffi](https://github.com/q66/cffi-lua)| ![进度](https://img.shields.io/badge/进度-0%25-red)
|[zmq](https://github.com/zeromq/lzmq)| ![进度](https://img.shields.io/badge/进度-100%25-brightgreen)
|redis| ![进度](https://img.shields.io/badge/进度-0%25-red)
|[mongo](https://github.com/neoxic/lua-mongo)| ![进度](https://img.shields.io/badge/进度-100%25-brightgreen)
|[rapidjson](https://github.com/xpol/lua-rapidjson)| ![进度](https://img.shields.io/badge/进度-0%25-red)
|bass| ![进度](https://img.shields.io/badge/进度-0%25-red)
|fmod| ![进度](https://img.shields.io/badge/进度-0%25-red)
|fmodex| ![进度](https://img.shields.io/badge/进度-0%25-red)
|[RmlUi](https://github.com/mikke89/RmlUi)| ![进度](https://img.shields.io/badge/进度-0%25-red)
|[TILED]()| ![进度](https://img.shields.io/badge/进度-0%25-red)
|功能|进度|功能|进度|
|-|-|-|-|
|[luasql.mysql][_luasql]|![100%]|[luasql.sqlite3][_luasql]|![100%]
|[luasql.postgres][_luasql]|![100%]|[luasql.odbc][_luasql]|![100%]
|[lfs][_lfs]|![100%]|[md5][_md5]|![100%]
|[base64][_base64]|![100%]|[zlib][_zlib]|![100%]
|[cjson][_cjson]|![100%]|[mongo][_mongo]|![100%]
|[lsqlite3][_lsqlite3]|![100%]|[socket][_socket]|![100%]
|[cmsgpack][_cmsgpack]|![100%]|[zmq][_zmq]|![100%]
|[cffi][_cffi]|![0%]
|redis|![0%]
|[rapidjson](https://github.com/xpol/lua-rapidjson)|![0%]
|[RmlUi](https://github.com/mikke89/RmlUi)|![0%]