kkartaltepe / obs-text-pango

Text Source using Pango for OBS Studio
GNU General Public License v2.0
49 stars 16 forks source link

Can not be found in source menu in mbp M1 pro #25

Open torytang025 opened 1 year ago

torytang025 commented 1 year ago

I installed the latest package in my macbook pro (m1 chip), but I didn't find the option in the source menu of obs, even after I restarted obs:

image
kkartaltepe commented 1 year ago

Sorry, I don't have a mac so I am unable to release aarch64 binaries. The currently released binaries work with intel macs or obs running through rosetta only.

You should compile it yourself for m1 support.

torytang025 commented 1 year ago

Sorry, I don't have a mac so I am unable to release aarch64 binaries. The currently released binaries work with intel macs or obs running through rosetta only.

You should compile it yourself for m1 support.

alright 🥲, anyway, thx!~

AKASGaming commented 1 year ago

Is there a guide I can follow for compiling it myself?

kkartaltepe commented 1 year ago

Is there a guide I can follow for compiling it myself?

The build instructions are in the readme https://github.com/kkartaltepe/obs-text-pango#build , there are no step by step instructions and since I lack a mac I wouldnt be able to create them either unfortunately.

jdevera commented 1 year ago

I also tried to make this work on my Apple silicon Macbook but instead of doing something reasonable, I went the nuclear way and used the current OBS plugin template, which comes loaded with goodies such as a script to package it for MacOS.

It's been quite the adventure and a lot of fun that ended with being able to overlay a massive cookie emoji on my video, which was the goal all along.

Now I face the next reasonable step, which is to turn all that ad-hoc hacking into something that makes more sense to contribute back. But before that, I thought I'd check with @kkartaltepe to see if there is interest in integrating such changes. The caveat here is that I have no access to a Windows platform to check that I have not broken it massively, but I have an Intel MacBook and an M1, so I can cover the Apple area. @kkartaltepe would you like to work together on that?

kkartaltepe commented 1 year ago

Feel free to send a PR for it and I can try and take a look and maybe merge it (if its not particularly different from the template). I cannot promise any additional releases as I no longer have access to windows or mac to create a release.