A C++ Mini Engine. Based on SDL2.
Go to file
2017-01-05 13:25:09 +08:00
.gitignore Initial Commit. 2017-01-03 23:32:35 +08:00
App.cpp [update] SDL Engine 2017-01-05 13:25:09 +08:00
App.h Initial Commit. 2017-01-03 23:32:35 +08:00
basic_config.cpp Initial Commit. 2017-01-03 23:32:35 +08:00
basic_config.h Fix Bug on C4droid 2017-01-04 00:19:46 +08:00
config.cpp Initial Commit. 2017-01-03 23:32:35 +08:00
config.h SDL Engine Update 2017-01-04 09:50:16 +08:00
InitManager.cpp Fix Bug on C4droid 2017-01-04 00:19:46 +08:00
InitManager.h Fix Bug on C4droid 2017-01-04 00:19:46 +08:00
main.cpp SDL Engine Update 2017-01-04 09:50:16 +08:00
makefile Add makefile for C4droid 2017-01-03 23:35:43 +08:00
mini_engine.cpp Fix Bug on C4droid 2017-01-04 00:19:46 +08:00
mini_engine.h SDL Engine Update 2017-01-04 09:50:16 +08:00
README.md Initial commit 2017-01-03 22:26:35 +08:00
sdl_engine_font.hpp [update] SDL Engine 2017-01-05 13:25:09 +08:00
sdl_engine_rect.hpp [update] SDL Engine 2017-01-05 13:25:09 +08:00
sdl_engine_renderer.hpp [update] SDL Engine 2017-01-05 13:25:09 +08:00
sdl_engine_rgba.hpp [update] SDL Engine 2017-01-05 13:25:09 +08:00
sdl_engine_surface.hpp [update] SDL Engine 2017-01-05 13:25:09 +08:00
sdl_engine_texture.hpp [update] SDL Engine 2017-01-05 13:25:09 +08:00
sdl_engine_window.hpp [update] SDL Engine 2017-01-05 13:25:09 +08:00
sdl_engine.cpp [update] SDL Engine 2017-01-05 13:25:09 +08:00
sdl_engine.h [update] SDL Engine 2017-01-05 13:25:09 +08:00

MiniEngine

A C++ Mini Engine. Based on SDL2.