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

GUI Support #216

Open
RageXbox opened this issue Jan 12, 2025 · 2 comments
Open

GUI Support #216

RageXbox opened this issue Jan 12, 2025 · 2 comments

Comments

@RageXbox
Copy link

Will QEMU-iOS have a GUI to run the iOS emulator without the need to build and compile QEMU? e.g. make the emulator an executable, easy setup, iOS device selection, iOS version selection, nand generator, IPA installer and updater.

@daniilfigasystems
Copy link

You can compile QEMU only once and then use it without compiling.
Creating GUI for qemu ios (maybe you mean virtual machine configuration manager?) is like rewriting whole qemu.
You can just create bat or sh file that execute qemu with parameters

@RageXbox
Copy link
Author

You can compile QEMU only once and then use it without compiling. Creating GUI for qemu ios (maybe you mean virtual machine configuration manager?) is like rewriting whole qemu. You can just create bat or sh file that execute qemu with parameters

I thought you can keep compiling, but good to know. I thought having a GUI for the emulator is useful for easy use for placing rom files and selecting iDevices and placing IPAs. Xemu had the same thing but with controller and peripheral selections. There is also system settings for placing rom files by either clicking on select file and selecting file and apply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@RageXbox @daniilfigasystems and others