A library for easily rendering Text in OpenGL ES 2 on Android.
All credit for this work goes to d3kod who created an OpenGL ES 2 port of the code by fractious - Rendering Text in OpenGL on Android.
I just repackaged it as an Android .aar library for easier reuse.
Licensed under CC0 1.0 public domain license, so use it freely, no restrictions at all.
Add
compile 'dental.beam:gltext:1.0.0'
To your app's build.gradle file in the dependencies section
For more information, see the original post by fractious. Most of the syntax is unchanged.
If you need to release a new version build and then run
$ ./gradlew bintrayUpload
To release the library to bintray and jcenter