optozorax / egui-macroquad

egui bindings for macroquad

Home Page:https://optozorax.github.io/egui-macroquad/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rendering Broken

LagMeester4000 opened this issue · comments

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.

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.

It works! Thanks for the quick reply.