Any suggestions for an opengl crate for making games in #rust ?
@KevinWho three-d seems cool. You can use egui with it for an easy UI.
@whoisryosuke does that allow for low level things with the API? Looks interesting. All I keep finding are deprecated repo's. I wish gluim and stuff were still being supported
@KevinWho @whoisryosuke three-d allows for low-level things, it uses a glow context but it doesn't own it and it doesn't assume that it's not used for something else. That means you can use three-d to render some things easily and use glow to render something else that needs low-level control.