update readmes

This commit is contained in:
Vadim Lopatin 2016-04-21 16:46:13 +03:00
parent 587b5f713e
commit 6d2e66b7dc
3 changed files with 18 additions and 3 deletions

View File

@ -28,7 +28,7 @@ WARNING: dependencies in dlangui/deps now are git submodules (if you previously
Main features:
* Crossplatform (Win32, OSX, and Linux are supported in current version); can use SDL2 as a backend.
* Crossplatform (Win32, OSX, Linux and Android are supported in current version)
* Mostly inspired by Android UI API (layouts, styles, two phase layout, ...)
* Supports highly customizable UI themes and styles
* Supports internationalization

View File

@ -30,7 +30,22 @@ export LDC=$HOME/ldc2-android-arm-0.17.0-alpha2-linux-x86_64
export NDK_ARCH=x86_64
Use LDC cross compiler for armv7a build according instructions
Use LDC cross compiler for armv7a build according instructions
https://wiki.dlang.org/Build_LDC_for_Android#Build_a_sample_OpenGL_Android_app_ported_to_D
Building
========
Run ./build_apk.sh
bin/NativeActivity-debug.apk
Deploy APK on device
====================
Run ./deploy_apk.sh
It will run `adb install bin/NativeActivity-debug.apk`

View File

@ -1,6 +1,6 @@
{
"name": "dlangui",
"description": "Cross platform GUI for D. Layouts, styles, themes, unicode, i18n, OpenGL, widget set.",
"description": "Cross platform GUI for D. Layouts, styles, themes, unicode, i18n, OpenGL, widgets. Android support.",
"homepage": "https://github.com/buggins/dlangui",
"license": "Boost",
"authors": ["Vadim Lopatin"],