#game-engine #2d #framework #engine

A very nice cross platform 2d game engine in c++, for reference or even use in a 2d game MIT License

Denis Muratshin a65eb34115 missing hace 12 años
3rdPartyTools a65eb34115 missing hace 12 años
cmake 2179576805 re-uploaded hace 12 años
examples 73775324a4 improved native android support hace 12 años
oxygine d41f005cd5 missing dlls hace 12 años
tools 72f141b4a4 minor fixes hace 12 años
.hg_archival.txt d41f005cd5 missing dlls hace 12 años
.hgignore 73775324a4 improved native android support hace 12 años
Android.mk 73775324a4 improved native android support hace 12 años
CMakeLists.txt 29d5347528 added mac os x project hace 12 años
Doxyfile a9b10b628c minor improves hace 12 años
change_log.txt 2179576805 re-uploaded hace 12 años
doc.bat 2179576805 re-uploaded hace 12 años
doc.zip d41f005cd5 missing dlls hace 12 años
license.txt 2179576805 re-uploaded hace 12 años
mat2vertex.patch 7551867f5a many improvements hace 12 años
readme.Android 73775324a4 improved native android support hace 12 años
readme.CMake d840b5ce68 update hace 12 años
readme.MacOSX 29d5347528 added mac os x project hace 12 años
readme.Marmalade 29d5347528 added mac os x project hace 12 años
readme.SDL2 2f67f07145 minor improves hace 12 años
readme.VisualStudio 29d5347528 added mac os x project hace 12 años
readme.iOS 73775324a4 improved native android support hace 12 años
readme.md 1053878fae readme.md hace 12 años
ref_event.patch 2179576805 re-uploaded hace 12 años

readme.Android

1. read readme.SDL2
2. Example 'Demo' has configured android project
how to build. Steps:
- make sure that you have android-12 SDK, NDK apache-ant installed and all ENVIRONMENT variables configured properly

- goto oxygine-framework/examples/demo/proj.android and oxygine-framework/oxygine/SDL/android/lib
- open local.properties and fix path to android sdk
- check that you have Android-12 sdk installed or change it in project.properties to your version

- copy latest source code
from SDL/android-project/src/
to oxygine-framework/oxygine/SDL/android/lib/src/

- copy all assets (files and folders) from assets from oxygine's Demo example:
from oxygine-framework\examples\Demo\data\
to oxygine-framework\examples\Demo\proj.android\assets\
- application is ready to build


try to build it using these shell commands:
ndk-build
ant debug

apk is ready!