andrewlalis / TengwarTranslatorLibrary

Java library to translate a string into an equivalent Tengwar string and back.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

Java library to translate a string into an equivalent Tengwar string and back.


Languages

Language:Java 100.0%