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

iOS support #530

Open
simlay opened this issue Feb 14, 2024 · 3 comments
Open

iOS support #530

simlay opened this issue Feb 14, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@simlay
Copy link

simlay commented Feb 14, 2024

Is your feature request related to a problem? Please describe.
This project is interesting. It's actually not far from basic iOS support. Commenting out the run_on_demand portions results in the project building for iOS. Hard to verify it's actually working without the main runloop though.

Describe the solution you'd like
That's hard to answer. If this project just wants to render the UI and have touch events propagate, moving away away from run_on_demand as it is not supported in iOS.

Getting virtual keyboard input I'm pretty sure depends on rust-windowing/winit#2260

@simlay simlay added the enhancement New feature or request label Feb 14, 2024
@mrgzi
Copy link

mrgzi commented Feb 15, 2024

I agree. This project looks very interesting. But I can't find much information about the project. At least it would be nice to see a roadmap and also a Discord server.

I also create a topic about it in discussions: #529

@wjian23
Copy link
Contributor

wjian23 commented Feb 16, 2024

@simlay Thank you for your attention. yeah, we will tack the feature related to the issue.
it's our goal to support all platform, and we have only test and verify it on desktop yeah, we will replenish a roadmap later. 1 Ribir is aim to construction the ui and react to the data change( which be trigger by event like touch, keyboard input and so on), So the run_on_demand can be replace to event_loop.run as well. 2 The issue https://github.com/rust-windowing/winit/issues/2260, we have not encounter yeah, I'll learn it later.

@wjian23
Copy link
Contributor

wjian23 commented Feb 16, 2024

I agree. This project looks very interesting. But I can't find much information about the project. At least it would be nice to see a roadmap and also a Discord server.

I also create a topic about it in discussions: #529

Thank you @mrgzi , we will replenish a roadmap later. we'll prioritize support for wasm in about 2-3 month, and the mobile will be supported in about 4-6 month. And will be very happy to have you join us to improve Ribir.

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

No branches or pull requests

3 participants