mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.4K
active users

Any suggestions for an opengl crate for making games in ?

@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

Asger Nyman Christiansen

@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.