The Wayback Machine - https://web.archive.org/web/20201112040128/https://github.com/Kiritow/MiniEngine
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 

README.md

MiniEngine

A C++ Mini Engine. Based on SDL2.

English Version

C++编写的SDL2引擎.

编译说明

Windows: 推荐使用VS2017. 将项目克隆后加入解决方案, 注意删除makefile_c4gen.cpp以及test文件夹.

Linux: 请使用Codeblocks 17.12(推荐)载入所有文件.接下来Codeblocks会完成其余的工作.需要手动删除makefile_c4gen.cpp并排除test文件夹.

C4droid: 编译并运行makefile_c4gen.cpp,将生成一份makefile. 修改编译目标为SDL2 Application. 修改程序名称为program_name(也可以修改makefile为其他名称)

Windows,Linux需要以下依赖库:

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

C4droid需要保证已经安装以下应用:

C4droid本体
GCC Plugin For C4droid
SDL2 Plugin For C4droid

Linux Codeblocks PPA 参见: Code::Blocks Release Builds

下载链接

SDL2官网下载

SDL2_image下载地址

SDL2_mixer下载地址

SDL2_ttf下载地址

在GooglePlay上下载C4droid

C4droid百度贴吧

About

A C++ Mini Engine. Based on SDL2.

Topics

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.