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

Can't see "hello world" on the screen #144

Closed
gravit22 opened this issue Apr 30, 2021 · 1 comment
Closed

Can't see "hello world" on the screen #144

gravit22 opened this issue Apr 30, 2021 · 1 comment

Comments

@gravit22
Copy link

I am trying basic example, and it compiles very well, but when it runs on android it just doesn't work properly.
image

@MarijnS95
Copy link
Member

What do you expect from the example? This is a bare-bones application that prints a line to the log and then exits. It does not set up a looper nor reads from the input queue (resulting in ANR), you'll have to do all that by yourself (see for example #111, this should be made into an example at some point) or use an existing windowing library like winit.

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