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

What is the expected behaviour of the minimal demo? #26

Open
ebak opened this issue Jun 26, 2024 · 1 comment
Open

What is the expected behaviour of the minimal demo? #26

ebak opened this issue Jun 26, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ebak
Copy link

ebak commented Jun 26, 2024

I have just tried it out on Linux.
There is not any graphical output, no window is popped up.

There is just a console output:

NewFrame() 0
NewFrame() 1
NewFrame() 2
NewFrame() 3
NewFrame() 4
NewFrame() 5
NewFrame() 6
NewFrame() 7
NewFrame() 8
NewFrame() 9
NewFrame() 10
NewFrame() 11
NewFrame() 12
NewFrame() 13
NewFrame() 14
NewFrame() 15
NewFrame() 16
NewFrame() 17
NewFrame() 18
NewFrame() 19
DestroyContext()

I have placed a sleep into the main loop in order to be able to catch the window popup.

@ebak ebak added the bug Something isn't working label Jun 26, 2024
@ghost
Copy link

ghost commented Jul 4, 2024

I've tried it with the minimal demo before too and got the same result. Then I started using the metal demo and it worked (although some blurry fonts). I think the renderer is missing bc you need some kind of rendering implementation to run an Imgui program.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant