2D game engine and level editor.
Frank Engine is an object oriented game development framework written in C++. The purpose is to be a fun and fast to create large open world 2D games. Everything necessary to create a fully featured game is included: physics (Box2D), rendering (DirectX), level editor, dynamic lighting, particle system, sound, music (Ogg Vorbis), gamepad input, GUI, and debug console. The code is fairly well documented and includes a simple starter project build on.