SLAM icon indicating copy to clipboard operation
SLAM copied to clipboard

[Feature Request] Mac Version Please?

Open ghost opened this issue 8 years ago • 4 comments

I know here are many people who want this, so can we please have a mac version, thanks.

ghost avatar Aug 14 '17 07:08 ghost

Learn that stupid Mac language and port it!

MaticBabnik avatar Nov 26 '17 10:11 MaticBabnik

What is the stupid fkin language?????

ghost avatar Nov 26 '17 20:11 ghost

I think by "stupid mac language" he means Swift (C-based lang by Apple).

macOS does support C/C++/Objective-C etc. for obvious reasons, but as macOS has different file formats, folder locations and APIs (the GUI API SLAM uses doesnt run on macOS) so it'd effectively require a re-write to work.

ghost avatar Dec 15 '17 17:12 ghost

I think by "stupid mac language" he means Swift (C-based lang by Apple).

macOS does support C/C++/Objective-C etc. for obvious reasons, but as macOS has different file formats, folder locations and APIs (the GUI API SLAM uses doesnt run on macOS) so it'd effectively require a re-write to work.

It can work on the Mono framework. https://www.mono-project.com/docs/getting-started/install/mac/ However the real problem would be injecting the audio. Process handlers on BSD systems are entirely different from windows. That being said, it would not require a complete rewrite, but simply good knowledge of MacOS background operations and maybe some Objective-C bindings.

zefaxet avatar Jan 27 '19 04:01 zefaxet