It’s now ready for review! Hopefully it gets merged :D
Speykious
2
Posts
A member registered 61 days ago
Recent community posts
Hi, random dev who stumbled on the project a few days ago here, I’m implementing Linux support right now! See the following PR for more details.
In short, most of the app (including all the UI elements) is actually implemented in Monogame which is already cross-platform. The things that are currently Windows-specific are:
- file dialogs (DONE)
- input dialogs (DONE)
- audio output (DONE)
- audio file reading (DONE)
- midi input (DONE)
So I have to implement these for Linux, and make sure Windows still works after that.
To add to this, I’m making it easy to add MacOS support in the future as well.
Edit: I just realized that Monogame doesn’t support ARM Macs, so this might be way more work for Mac than I expected…
Edit 2: everything is done and my PR is ready for review!