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

Sailfish OS #79

Open
tbellembois opened this issue Jun 30, 2019 · 4 comments
Open

Sailfish OS #79

tbellembois opened this issue Jun 30, 2019 · 4 comments

Comments

@tbellembois
Copy link

Hello,

This is a newbie question as I am not very aware of the different graphical toolkits.
Is there any chance to run a Golang nuklear application under Sailfish OS ?
Go getting the package leads to an error (probably due to the fact that Sailfish runs Wayland but I am not sure).

Regards.

@xlab
Copy link
Member

xlab commented Jul 1, 2019

Hi! Wayland is not supported directly, only via GLFW (desktop-class loader). I think we could implement Wayland loader targeting Sailfish, but I need to test it somewhere. Does emulator provide enough performance to test? I know that Android emulator was limited to GL ES2.

Otherwise shouldn't be much problem, imho.

@tbellembois
Copy link
Author

I think that the emulator should be alright.
I would much appreciate this implementation.

@xlab
Copy link
Member

xlab commented Jul 2, 2019

Go getting the package leads to an error (probably due to the fact that Sailfish runs Wayland but I am not sure).

Are you getting the package on desktop Linux or in Sailfish already? I'm looking for a "starting point" Go program that already compiles and runs fine.

@tbellembois
Copy link
Author

On my Sailfish telephone. No problem under Linux.
Here is my code: https://github.com/tbellembois/gobkm-nk/blob/master/main.go
I would like to be able to run it under Sailfish.

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

2 participants