Emil Ernerfeldt

Results 813 comments of Emil Ernerfeldt

Check out `emilk/table-improvements` and do a git bisect from there

> I think the code from @Detector-I above is actually enough to show the issue. it is good enough to show the issue, but the point of a minimal reproduce...

I don't have time to dig into this right now, but feel free to investigate yourself!

@msklywenn SDF text has some benefits, like being able to scale text, but come with the downside that the Egui fragment shader will no longer be a simple texture sampler....

On low-DPI screens alpha-tested text will look horrible, but I take your point of having a single texture sampler and the programmatically controlling whether to treat it as an SDF...

I tried pushing new commits to this branch, but I messed up somehow. I'm sorry! Tip: don't make PRs from your `master` branch 😬

Is this still a problem on latest `master`? The code has been significantly rewritten over the last week

> I just hope someone pushes some fixes to winit at some point You could be that someone!

❤️ thanks you @coderedart