mirror of
https://github.com/Kiritow/LuaEngine.git
synced 2024-03-22 13:11:45 +08:00
Kiritow
4cd800084a
Improved Thread and Channel Add ShareableResource. Channels now support push and get Surface objects as ShareableResource. Some objects are not allowed to be used out of main thread. Thus not all SDL objects are planned to be shareable via Channels. More Surface methods. |
||
---|---|---|
include/SDL2 | ||
lua | ||
src | ||
.gitignore | ||
Channel.cpp | ||
Common.cpp | ||
Event.cpp | ||
Font.cpp | ||
include.h | ||
Linux.cpp | ||
LuaEngine.cpp | ||
LuaEngine.h | ||
main.cpp | ||
Music.cpp | ||
NetworkWin.cpp | ||
Readme.md | ||
Renderer.cpp | ||
Select.h | ||
SelectWin.cpp | ||
Socket.h | ||
Surface.cpp | ||
TCP.h | ||
TCPLinux.cpp | ||
TCPWin.cpp | ||
Texture.cpp | ||
Thread.cpp | ||
UDP.h | ||
UDPWin.cpp | ||
Window.cpp | ||
Windows.cpp |
LuaEngine
Based on MiniEngine(SDLEngine) and GSock, combined with Lua 5.3, providing an easy way to write cross-platform Application and small games.
基于MiniEngine(SDLEngine)和GSock, 使用Lua 5.3作为编程语言, LuaEngine期待提供一种编写跨平台应用和小游戏的简单方法.