Pixdigit
Pixdigit
Sorry for the late reply but I sadly don't find the time to implement this myself.
See the [Pastebin](https://pastebin.com/b99uUDMe) here.
I set it again to the default colour because it is more descriptive. Also makes it easier to change colour. For me this program results in this picture:  Note:...
SDL is initialized in all cases the same way. There _should_ be no difference since the exact same code is run. Or are go tests run in their own goroutine?
Depends on what you see as solved. The error still exists but not within go-sdl2 so you decide.
I used to work on my own game engine called [turboOcto](https://gitlab.com/Pixdigit/turboOcto) which got scrapped and replaced by pixel. I used a sorted set which integrated nicely with the rest of...
For once a Set can not have duplicate entries. But my implementation uses an array list instead of an doubly linked list. So in specific situations it may be somewhat...
You can do this as a last operation on all matrices for drawing: ``` func WindowFit(m pixel.Matrix, virtualBounds pixel.Bounds) pixel.Matrix { winW, winH := window.Bounds().Size().XY() vWidth, vHeight := virtualBounds.Size().XY() if...
As noted [here](https://www.reddit.com/r/tutanota/comments/k5zrln/still_no_unread_filter/) this feature is planned in tandem with filtering options for read/unread status. I think it might be beneficial to also include this information in this ticket. Though...
Might be worth the thought to make an error RPC response when trying to to execute core.playback.previous when random playback is enabled. Or at least a RPC response indicating that...