mirceamt / MPACK

Starting point for cross-platform (Windows, Linux and Android) 2D games using C++ and OpenGL/ES

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alt text MPACK

alt text alt text

MPACK is intended to be a cross-platform starting point for 2D games running on Windows, Linux and Android. Core engine is written in C++ and OpenGL/ES but there is also Java for Android specifics (Google Services) and bash for scripting.

Full feature list can be found here.

Getting started

Linux

Setup
cd path/to/workspace
git clone https://github.com/links234/MPACK.git
cd MPACK
sudo sh scripts/config_linux.sh
Build
make -f "jni/Linux.mk"
Run
./game

License

Apache License 2.0

About

Starting point for cross-platform (Windows, Linux and Android) 2D games using C++ and OpenGL/ES

License:Apache License 2.0


Languages

Language:C 84.7%Language:C++ 14.4%Language:GLSL 0.5%Language:Java 0.2%Language:Makefile 0.1%Language:Shell 0.1%