Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Figure out a way to cross compile on Mac without a VM. (Migrate from GTK) #1

Open
ComradeNapCali opened this issue Jun 30, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ComradeNapCali
Copy link
Owner

Currently the project requires a Windows environment to compile which is really inconvenient to do.

This is because GTK(4)-rs is currently used for the GUI. GTK needs to be built before building the project and due to it's complexity, it can't be built easily for MinGW without a lot of time.

In addition, GTK requires a lot of DLLs to be copied in order to have a portable install.

Switching to another GUI library that supports cross compiling on Mac would allow more easy and streamlined development and testing.

I plan on migrating the GUI code over to FLTK-rs, which should be more portable and be compatible with cross-compiling.

@ComradeNapCali ComradeNapCali added enhancement New feature or request good first issue Good for newcomers labels Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant