Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
3f61993b1c
23
README.md
Normal file
23
README.md
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
Drawing a Yellow Rectangle on Android
|
||||||
|
-------------------------------------
|
||||||
|
|
||||||
|
This is a gradle-based project for Android Studio, tested in Version 3.0.1. It builds an App "YellowRectangle" providing an activity "DrawYellowRectangle".
|
||||||
|
|
||||||
|
The app, when launched, clears the display and draws a yellow rectangle on a black backdrop.
|
||||||
|
|
||||||
|
The app will exit on the first touch event.
|
||||||
|
|
||||||
|
Dependencies
|
||||||
|
------------
|
||||||
|
|
||||||
|
This project depends on the Allegro game development library (http://liballeg.org); the dependency is automatically resolved by Android Studio using the Maven AAR distribution at JFrog Bintray (https://bintray.com/liballeg/maven).
|
||||||
|
|
||||||
|
Credits
|
||||||
|
-------
|
||||||
|
|
||||||
|
Elias Pschernig's step-by-step tutorial on using Allegro with Android Studio (https://github.com/liballeg/android).
|
||||||
|
|
||||||
|
Author, Questions and Contact
|
||||||
|
-----------------------------
|
||||||
|
|
||||||
|
Tilman Kranz <t.kranz@tk-sls.de>
|
Loading…
Reference in New Issue
Block a user