JnCrMx / discord-game-sdk4j

Java bindings for Discord's Game SDK
MIT License
122 stars 23 forks source link

Mac support (maybe) #25

Closed DeDiamondPro closed 3 years ago

DeDiamondPro commented 3 years ago

I don't know a lot about stuff like this and I don't have a Mac to test but I think this could maybe work for Macs.

JnCrMx commented 3 years ago

That's sadly not going to be enough, because we need to build the native part of the library (aka everything in src/main/c) for Mac.

Sadly, I have absolutely no experience when it comes to building for Mac (and I'd also need to figure out a way to cross-compile from Linux to Mac ideally). I also have no device to test it on.

But, when I'm done with all of my exams (probably next month) and have more time, I will try to get a VM running and to make it work on Mac.

DeDiamondPro commented 3 years ago

rip, this stuff is confusing why can't stuff just work?

JnCrMx commented 3 years ago

I wish it would, but sadly I'm using some C code, which is a lot more platform dependent than Java :( But nevertheless, thank you for making an effort to do this ^^