12-12-2020, 01:18 AM
Tha main reason to have Java support for Tilengine is to have it running on Android... other than that, there are better languages.
Yes, using external DLLs/shared objects in C# is easier because:
Yes, using external DLLs/shared objects in C# is easier because:
- The binding code is written directly in C#, no need to create a separate native DLL bridge like Java (ouch!)
- The binding code is a little less verbose than Java
- It does support a native pointer type, so you have one single C# binding running in any architecture (x86, x64, ARM...)