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

Rendering Broken #3

Closed
LagMeester4000 opened this issue Jun 2, 2021 · 2 comments
Closed

Rendering Broken #3

LagMeester4000 opened this issue Jun 2, 2021 · 2 comments

Comments

@LagMeester4000
Copy link

This is what happens when I run the example in a fresh clone of the repo:

image

image

All of the input works, but the rendering is messed up. I tried running the egui-miniquad example too, to see if the issue was there instead, but the egui-miniquad build displayed normally.

@optozorax
Copy link
Owner

If egui-miniquad works nice, then problem is solved in this commit. But this commit is not published to crates.io, so for now please use local copy of egui-macroquad with changed Cargo.toml

[dependencies]
egui-miniquad = { git = "https://github.com/not-fl3/egui-miniquad" }

I will publish new version of egui-macroquad with this issue being fixed when new version of egui-miniquad will be available.

@LagMeester4000
Copy link
Author

It works! Thanks for the quick reply.

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