Closed stardustman closed 2 years ago
Hi! Currently Mac Os is not supported. I'm looking for a Mac Os developer who can help maintain Hexerator for Mac Os, as I don't have a Mac Os system to test on.
That being said, one thing I can try for now is to simply disable the process memory functionality for Mac Os. Hopefully the rest of the functionality will work.
For now I'm gonna focus on porting to wgpu and winit, so it will be easier to set up CI for Mac OS, so testing for it will be easier.
However, if you're feeling adventurous, you could try replacing the erroring parts on Mac Os with panics. That would at least make most of the functionality work on OS X, excluding process memory editing.
The task would be to add #[cfg(target_os = "macos")]
where appropriate, and add todo!("Implement for Mac OS");
, or similar.
I have created a pull request #35 to add nominal support for macos. I'm not an expert but have a macbook and drive to learn so will be able to contribute
@crumblingstatue Maybe close this?
I guess so.