GGELUA/README.md

88 lines
3.4 KiB
Markdown
Raw Normal View History

2021-02-11 12:20:44 +08:00
GGELUA
------
2021-02-28 21:23:04 +08:00
GGELUA是一个基于[SDL](https://github.com/libsdl-org/SDL)简单的2D游戏引擎用纯lua代码编写游戏类似[love2d](https://github.com/love2d/love),EM但比love2d更简单比EM更完善
2021-02-18 11:02:14 +08:00
[官方网站](http://bbs.ggelua.com/)
2021-02-11 12:20:44 +08:00
2021-02-13 00:30:11 +08:00
[![QQ群](https://img.shields.io/badge/QQ群-925879733-brightgreen)](https://qm.qq.com/cgi-bin/qm/qr?k=jX-XZqJT-1f9PTj0UfBz5XBKcRnHp5Ex&jump_from=webapi)
2021-02-11 12:20:44 +08:00
目标:
----
2021-02-18 11:02:14 +08:00
- 支持 [bgfx](https://github.com/cloudwu/lua-bgfx)
2021-03-18 01:05:30 +08:00
- 支持 ![进度](https://img.shields.io/badge/安卓-60%25-yellow) ![进度](https://img.shields.io/badge/WINDOWS-90%25-green)
2021-02-28 21:23:04 +08:00
- 整合 [VSCODE](https://code.visualstudio.com/)(调试,跳转,提示,文档,支持库等)
2021-03-18 01:05:30 +08:00
- $\color{#FF3030}{支持}$ [TypeScriptToLua](https://github.com/TypeScriptToLua/TypeScriptToLua)
- $\color{#FF3030}{支持}$ [teal](https://github.com/teal-language/tl)
2021-02-11 12:20:44 +08:00
2021-02-28 21:23:04 +08:00
[100%]:https://img.shields.io/badge/进度-100%25-brightgreen
2021-03-18 01:05:30 +08:00
[70%]:https://img.shields.io/badge/进度-70%25-yellow
2021-02-28 21:23:04 +08:00
[0%]:https://img.shields.io/badge/进度-0%25-red
[50%]:https://img.shields.io/badge/进度-50%25-yellow
2021-02-11 12:20:44 +08:00
完成进度:
------
|功能|进度|
|-|-|
2021-02-28 21:23:04 +08:00
|class| ![100%]
|动画类| ![100%]
|矩形(包围盒)| ![100%]
|文本类| ![100%]
|资源类| ![100%]
|坐标类| ![100%]
|引擎[SDL](https://github.com/libsdl-org/SDL)| ![进度](https://img.shields.io/badge/进度-60%25-yellow)
2021-02-11 12:20:44 +08:00
|界面GUI| ![进度](https://img.shields.io/badge/进度-90%25-green)
2021-02-28 21:23:04 +08:00
|网络[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%]
2021-02-11 12:20:44 +08:00
引擎:
----
|功能|进度|
|-|-|
2021-02-28 21:23:04 +08:00
|线程| ![0%]
|手柄| ![50%]
|[HGE](https://github.com/kvakvs/hge)粒子| ![0%]
|IME| ![0%]
|录音| ![50%]
2021-02-11 12:20:44 +08:00
|VSCODE| ![进度](https://img.shields.io/badge/进度-10%25-orange)
2021-02-18 11:02:14 +08:00
|服务端| ![进度](https://img.shields.io/badge/进度-10%25-orange)
2021-02-28 21:23:04 +08:00
|实例| ![0%]
2021-03-18 01:05:30 +08:00
|安卓| ![70%]
2021-02-28 21:23:04 +08:00
|[bgfx](https://github.com/cloudwu/lua-bgfx)| ![0%]
2021-02-11 12:20:44 +08:00
2021-02-28 21:23:04 +08:00
[_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
2021-02-11 12:20:44 +08:00
库:
---
2021-02-28 21:23:04 +08:00
|功能|进度|功能|进度|
|-|-|-|-|
|[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%]
2021-03-18 01:05:30 +08:00
![进度](赞赏.png)