pixel icon indicating copy to clipboard operation
pixel copied to clipboard

A hand-crafted 2D game library in Go

Results 47 pixel issues
Sort by recently updated
recently updated
newest added

Hello, My understanding of this error from a quick Google is that it means my graphics card and/or its drivers are outdated. (ie. not supporting above OpenGL 3.1) Was keen...

Bumps [golang.org/x/image](https://github.com/golang/image) from 0.5.0 to 0.10.0. Commits cb227cd tiff: limit work when decoding malicious images a5392f0 bmp: support to decode 8-bit format with up to 256 color palette f9550b0 go.mod:...

dependencies

@faiface Hi @faiface , I've been trying to get a hold of you. I hope you are still active on GitHub. I have sent a personal DM on discord regarding...

In my project I have a basic Shape interface defined as ``` type Shape interface { Area() float64 Bounds() pixel.Rect Contains(point pixel.Vec) bool } ``` It would be super useful...

* Adds `Window.Hide` as counterpart for `Window.Show` * Minor formatting and doc fixes

When using multiple windows, I get glitches when using `imdraw` shapes on one window and a sprite on another one. Below is some code that reproduces the issue: Window `W1`...

Do you consider running it in a wasm format in a browser, Web3 blockchain games typically run mostly in browsers