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

Will it plan to support mobile platform? #10

Closed
ajeecai opened this issue Jul 24, 2017 · 5 comments
Closed

Will it plan to support mobile platform? #10

ajeecai opened this issue Jul 24, 2017 · 5 comments

Comments

@ajeecai
Copy link

ajeecai commented Jul 24, 2017

Hi,

It is great to see so nice GUI with pure go, in a relatively simple code base. Is there any example using it on mobile (IOS/Andriod) platform? gomobile should have this support but I am so new a gopher that I can't do it by myself.

Thanks

@ajeecai ajeecai changed the title Will this support plan to support mobile platform? Will it plan to support mobile platform? Jul 24, 2017
@aarzilli
Copy link
Owner

If shiny is ported to gomobile nucular will work there.

@ajeecai
Copy link
Author

ajeecai commented Jul 24, 2017

As I know, x/shiny is parallel with x/mobile so it is not expected that shiny ported to gomobile? I saw some project like https://github.com/dskinner/material can build desktop app and also mobile version, does it have something that we can learn from?

@dskinner
Copy link

Given shiny just draws to an image.RGBA, pushing that as a texture on any platform is possible with some bootstrapping. I have an example of this in my x/glw repo I need to push.

@ajeecai
Copy link
Author

ajeecai commented Jul 31, 2017

Thanks dskinner. Hi @aarzilli is this in you plan? For some of my purposes I wish to have one GUI widget based app for all platforms (Windows/Linux/Mac/IOS/iPhone), searching github can't find any available respo. I hope I can help but currently I am not good at go while I just try to learn ...

@aarzilli
Copy link
Owner

I don't have a plan, I don't take feature requests unaccompained by a pull request for this project. If porting to android becomes easy enough I might but I have no timeline for that.

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