Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
/ GLText Public archive
forked from d3alek/Texample2

Rendering Text in OpenGL ES 2 on Android

License

Notifications You must be signed in to change notification settings

beamtech/GLText

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GLText

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.

Installation

Add

compile 'dental.beam:gltext:1.0.0'

To your app's build.gradle file in the dependencies section

How to use

For more information, see the original post by fractious. Most of the syntax is unchanged.

For maintainers

If you need to release a new version build and then run

$ ./gradlew bintrayUpload

To release the library to bintray and jcenter

About

Rendering Text in OpenGL ES 2 on Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%