提交 c4c33dc4 编写于 作者: baidwwy's avatar baidwwy 🏋

README.md

上级 41062a0f
GGELUA
------
GGELUA是一个基于[SDL2](https://github.com/libsdl-org/SDL)简单的2D游戏引擎,用纯lua代码编写游戏,类似[love2d](https://github.com/love2d/love),EM,但比love2d更简单,比EM更完善,而且可以使用中文定义变量和函数名
[官方网站](http://bbs.ggelua.com/)
[![QQ群](https://img.shields.io/badge/QQ群-925879733-brightgreen)](https://qm.qq.com/cgi-bin/qm/qr?k=jX-XZqJT-1f9PTj0UfBz5XBKcRnHp5Ex&jump_from=webapi)
目标:
----
- 支持 ![进度](https://img.shields.io/badge/安卓-90%25-green) ![进度](https://img.shields.io/badge/WINDOWS-90%25-green)
- 整合 [VSCODE](https://code.visualstudio.com/)(调试,跳转,提示,文档,支持库等)
- $\color{#FF3030}{支持}$ [TypeScriptToLua](https://github.com/TypeScriptToLua/TypeScriptToLua)
- $\color{#FF3030}{支持}$ [Skynet](https://github.com/cloudwu/skynet)
[100%]:https://img.shields.io/badge/进度-100%25-brightgreen
[70%]:https://img.shields.io/badge/进度-70%25-yellow
[0%]:https://img.shields.io/badge/进度-0%25-red
[50%]:https://img.shields.io/badge/进度-50%25-yellow
完成进度:
------
|功能|进度|
|-|-|
|class| ![100%]
|动画类| ![100%]
|矩形(包围盒)| ![100%]
|文本类| ![100%]
|资源类| ![100%]
|坐标类| ![100%]
|引擎[SDL](https://github.com/libsdl-org/SDL)| ![进度](https://img.shields.io/badge/进度-80%25-green)
|界面GUI| ![进度](https://img.shields.io/badge/进度-90%25-green)
|网络[HPSOCKET](https://gitee.com/ldcsaa/HP-Socket)| ![进度](https://img.shields.io/badge/进度-90%25-green)
|寻路AStar| ![100%]
|[IMGUI](https://github.com/ocornut/imgui)| ![进度](https://img.shields.io/badge/进度-80%25-yellowgreen)
|[IP地址](https://gitee.com/lionsoul/ip2region)|![100%]
引擎:
----
|功能|进度|
|-|-|
|线程| ![0%]
|手柄| ![50%]
|[HGE](https://github.com/kvakvs/hge)粒子| ![0%]
|IME| ![0%]
|录音| ![50%]
|VSCODE| ![进度](https://img.shields.io/badge/进度-10%25-orange)
[_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
库:
---
|功能|进度|功能|进度|
|-|-|-|-|
|[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%]
|[RmlUi](https://github.com/mikke89/RmlUi)|![0%]
|[fairygui](https://www.fairygui.com/)|![0%]
|[tiled](https://github.com/mapeditor/tiled)| ![0%]
![进度](赞赏.png)
\ No newline at end of file
TODO
------
- 项目创建
- 在线更新
- RPC超时
- 线程
- 输入法
- 完善多行输入
- 输入法删除键
- sqlite assets
- hpsocket4c
- gsm wav
- ios
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册