DEV Community

Discussion on: What topics can I cover in my Golang Youtube Channel

Collapse
 
nektro profile image
Meghan (she/her)

I recently got into Go, and while I was researching around I couldn't find anything good on making a GUI in Go (Even anything OpenGL like or similar). Do you know of any libraries that help with this in Go?

Collapse
 
plutov profile image
Alex Pliutau

I think this org is the best, providing Go bindings for OpenGL, etc. Definitely can cover some nice example of using it. github.com/go-gl

Collapse
 
foresthoffman profile image
Forest Hoffman

That's something that I was curious about as well. I didn't delve very deep, but it seems like that's something that hasn't really been touched in the Go ecosystem. That could be due to Go being designed for backend development, where GUIs aren't needed.