FHPythonUtils / PyRlottie

Convert .tgs and .lottie to .webp or .gif using rlottie.
Other
18 stars 3 forks source link

Feature: Support Darwin x86_64 environment #6

Open difhel opened 4 months ago

difhel commented 4 months ago

Before You Begin

Before proceeding, please make sure to follow these steps:

Feature Details

When testing a fix for https://github.com/FHPythonUtils/TStickers/issues/4, I find out that pyrlottie does not support running on MacOS on x86_64 CPUs. I would love you to support this environment too.

I understand that you probably don't have a MacBook available for testing, so I can provide any help you need, such as changing dependency versions or trying your pre-release builds.

FredHappyface commented 2 months ago

Hi thanks for this! I definitely want to try and broaden what this lib supports as I hope it is still reasonably useful overall. Unfortunately my knowledge of c++ build systems is not quite there - try as I might to better understand them.

So to clarify this is on my radar but unfortunately I cannot give any time frame on when I'll fix/ support this. Might be worth checking out lottie-python, and if using tstickers you can install and select the backend to use. I'll write some documentation on this as I realise it's a bit broken and confusing at the moment (also fixing as much of the broken as possible)