gamercade-io / gamercade_console

A Neo-Retro Fantasy Console. Make WASM-powered, networked multiplayer games.
https://gamercade.io
Apache License 2.0
169 stars 10 forks source link

update egui to 19.0, replace glutin, glow #37

Closed RobDavenport closed 2 years ago

RobDavenport commented 2 years ago

Now that egui supports TextureFilter::Nearest, we don't need to do the manual glutin glow stuff.

This shows severe performance gains especially when related to #36 , much lower CPU usage overall.