Geoffrey Casper

Results 56 comments of Geoffrey Casper

Yeah sounds good. @Jacalz Can you ask around?

Does this work? `go run -tags darwin,gles2 github.com/hajimehoshi/ebiten/v2/examples/rotate@latest` This of course isn't a bug fix, but it could help indicate more of what the problem is using this secondary OpenGL...

I wrote this script in August. It randomly selects an X11 display port, ensuring it doesn't conflict with an existing one. Then, runs the arguments as a command with the...

There are very real use cases such as games like American Truck Simulator that benefit from the extra screen width provided by a multi monitor setup. Whether it is X11...

So each Wayland client needs to implement their own multi window rendering protocol? Wouldn't it make more sense to just translate what is supported (fullscreen mode) to what isn't (separate...

That sounds like the job a Wayland compositor to me