A C++ Mini Engine. Based on SDL2
Windows: Visual Studio 2017 is recommended. Import all files except makefile_c4gen.cpp
and test
directory.
Linux: Codeblocks 17.12 is recommended. Import all files except makefile_c4gen.cpp
and test
directory.
C4droid: Compile and run makefile_c4gen.cpp
. Makefile will be generated. Then change make target to SDL2 Application
and set the program name with program_name
.
For Windows and Linux, the following libraries are required:
SDL2 (SDL2.lib, SDL2main.lib, SDL2test.lib)
SDL2 Image (SDL2_image.lib)
SDL2 Mixer (SDL2_mixer.lib)
SDL2 TTF (SDL2_ttf.lib)
For C4droid, the following packages are required:
C4droid APP
GCC Plugin For C4droid
SDL2 Plugin For C4droid
This PPA is recommended for installing Code::Blocks in Linux: Code::Blocks Release Builds