Muhammad Tayyab Akram

Results 31 comments of Muhammad Tayyab Akram

@prepare Thank you for your kind words regarding my libraries :) Porting to C# should be easier as I borrowed many concepts from it. In fact, I wrote SheenBidi C#...

This can be safely ignored since uninitalized links are never read anyway. Basically it mimicks a linked list but with a pre allocated array. This helps overcome the `malloc` overhead...

I have fixed it in develop branch. Let me know if it's working fine.

Wrote unit tests for all `IntList` implementations in `v2.2`. Other collections are pending for now.

Sorry for the inconvenience. I intended to commit only ios related code but mistakenly committed android code as well on which I'm currently working. Please use older version for the...

Just pushed a newer version with glyph cache support. Hope it solves your problems.

It is possible that jni is not being compiled. In new version, there are two projects. The First one is SheenFigure-Android which compiles native library and the second one is...

While compiling the project, look at console window to see if it tells any errors in the native code.

Maybe your NDK is not being triggered. Try changing the working directory from workspace-project to absolute path.