EGSL Interpreter
EGSL 是一个小型的解释器,可用来执行 Lua 脚本,适合用来做快速简单的游戏开发,提供的功能包括:2D drawing, sound and music, input via mouse, keyboard, and joypad, and some helper functions. The engine is based on SDL, SDL_gfx, SDL_mixer, SDL_image, and SDL_ttf.
评论
EGSL 是一个小型的解释器,可用来执行 Lua 脚本,适合用来做快速简单的游戏开发,提供的功能包括:2D drawing, sound and music, input via mouse, keyboard, and joypad, and some helper functions. The engine is based on SDL, SDL_gfx, SDL_mixer, SDL_image, and SDL_ttf.