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

Removes blur from frontend-egui #5

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

NatanFreeman
Copy link

improvement

When I came across Fearless-NES I was disappointed to find out that the display seemed blurry when running the native egui client. After some digging I found out that the issue lay with the actual egui_glium implementation. As discussed in this issue, egui_glium 0.19.0 ignores the TextureFilter which is supposed to make things crisp. This is addressed in this commit although it has not made it into the current 0.19.0 release. What I did is simply change the version of egui_glium in Cargo.toml to have the fix from the commit. This does mean we are using an unreleased version of egui_glium, though I have yet to come across any issues. Besides, I doubt there are any as major as the current error. The emulator looks borderline unplayable in retrospect.

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

Successfully merging this pull request may close these issues.

1 participant