12-02-2020, 05:21 PM
Hi!
As any native system C library, you can use Tilengine from any language that suports interfacing with system libraries. Java requires a JNI binding to do this. I developed one at the beginning, to demonstrate Tilengine inside a Java Applet, but it's largely outdated and unmaintained nowadays. However, should the JNI plugin be updated, you could use Tilengine without issue.
Here's the binding:
https://github.com/megamarc/JTilengine
As any native system C library, you can use Tilengine from any language that suports interfacing with system libraries. Java requires a JNI binding to do this. I developed one at the beginning, to demonstrate Tilengine inside a Java Applet, but it's largely outdated and unmaintained nowadays. However, should the JNI plugin be updated, you could use Tilengine without issue.
Here's the binding:
https://github.com/megamarc/JTilengine