Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomauty/zalgotextgenerator
An Android app to generate Zalgo text for those times when you need to invoke the hive-mind representing chaos on the go
https://github.com/tomauty/zalgotextgenerator
Last synced: 14 days ago
JSON representation
An Android app to generate Zalgo text for those times when you need to invoke the hive-mind representing chaos on the go
- Host: GitHub
- URL: https://github.com/tomauty/zalgotextgenerator
- Owner: tomauty
- License: apache-2.0
- Created: 2012-10-23T11:54:35.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-22T21:46:04.000Z (about 12 years ago)
- Last Synced: 2023-03-31T16:53:24.646Z (over 1 year ago)
- Language: Java
- Size: 3.98 MB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
ZalgoTextGenerator
==================An Android app to easily generate Zalgo text strings and share them with other Android apps.
Compilation
-----------ZalgoTextGenerator is built using Maven and there is a very minimal amount of setup required for compilation.
Two environment variables are required which point to your Android SDK and native Android SDK. A common
place to put these is in a `.bash_profile` file in your home directory.export ANDROID_HOME=/path/to/android/sdk
export ANDROID_NDK_HOME=/path/to/android/ndkWith these two environment variables loaded you can compile the modules and sample application by running
`mvn clean install`. Each module's built artifact will be in its respective `target/` folder.