Java library to translate a string into an equivalent Tengwar string and back.
Go to file
Andrew Lalis af8fe4e70e Merge pull request #5 from andrewlalis/development
Added image generator to create file.
2017-07-02 01:41:01 +02:00
resources Added image generator to create file. 2017-07-02 01:40:25 +02:00
src/net/agspace Added image generator to create file. 2017-07-02 01:40:25 +02:00
.gitignore changed some things to make dependency work. 2017-06-30 15:16:28 +02:00
README.md changed name from TengwarTranslator to TengwarTranslatorLibrary 2017-06-30 14:18:44 +02:00
pom.xml Added Image Generator and added class descriptions. 2017-07-01 09:52:21 +02:00

README.md

Tengwar Translator Library

A Java library containing an algorithm and some utility functions to transform normal human latin text into Tengwar text, and back, too! To include this library in your project, add the following to your Maven .pom file. Replace @VERSION@ with the latest version.

<project>
	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>
	<dependency>
	    <groupId>com.github.andrewlalis</groupId>
	    <artifactId>TengwarTranslatorLibrary</artifactId>
	    <version>@VERSION@</version>
	</dependency>
</project>