A C++ Mini Engine. Based on SDL2.
 
 
Go to file
Kirigaya Kazuto cdf6dcad23 Add FontManager
Remove debug printf. Fix bugs in TextButton.
2017-04-26 08:32:32 +08:00
SDLEngine Move old files to SDLEngine. 2017-03-02 12:25:11 +08:00
rapidxml We Need RapidXML for XML Parsing (StringEngine) 2017-03-09 18:55:31 +08:00
.gitignore Initial Commit. 2017-01-03 23:32:35 +08:00
MiniEngine.cpp Disable Renderer::isClipEnabled() 2017-04-08 20:58:24 +08:00
MiniEngine.h Disable Renderer::isClipEnabled() 2017-04-08 20:58:24 +08:00
MiniEngine_Android.cpp Android Platform APIs Supported. 2017-03-09 18:00:19 +08:00
MiniEngine_Event.cpp Update Event 2017-04-25 12:09:35 +08:00
MiniEngine_Event.h Update Event 2017-04-25 12:09:35 +08:00
MiniEngine_Widget.cpp Add FontManager 2017-04-26 08:32:32 +08:00
MiniEngine_Widget.h Add FontManager 2017-04-26 08:32:32 +08:00
MiniEngine_Windows.cpp Fix bugs in UTF8ToGBK and GBKToUTF8 2017-03-24 10:59:35 +08:00
README.md Update README.md 2017-03-10 08:11:04 +08:00

README.md

MiniEngine

A C++ Mini Engine. Based on SDL2.

C++编写的SDL2引擎.

可能存在的错误:由于Widget体系尚未构建完全使用时可能出现问题。若只使用MiniEngine主体则不会出现问题。

编译说明

Windows: 请使用Codeblocks 16.01(推荐)载入所有.cpp文件.接下来Codeblocks会完成其余的工作.

依赖库
SDL2 (SDL2.lib, SDL2main.lib, SDL2test.lib)
SDL2 Image (SDL2_image.lib)
SDL2 Mixer (SDL2_mixer.lib)
SDL2 TTF (SDL2_ttf.lib)

C4droid: 长按编译键选择编译模式为Makefile. 选择编译目标为SDL2 Application. 修改程序名称为program_name(此处与makefile对应即可)

依赖库
C4droid本体
GCC Plugin For C4droid
SDL2 Plugin For C4droid

前往SDL2官网下载最新版本
C4droid on GooglePlay