Guillaume D.

Results 23 issues of Guillaume D.

Maybe replace it? People told me it wasn't intuitive

client
graphics
game-design

Need to figure out when that has to be done. Find inspiration in how entities are managed?

bug
client
server
tile-entity

![image](https://user-images.githubusercontent.com/24529384/81568423-0b2f8180-939e-11ea-8f7d-7307b8197b4f.png)

bug
client
ui

This is going to become very necessary, for rotations for example

enhancement
client
server
block

She seriously desserves some credit 🥇

enhancement
invalid
client
ui

Had that error while trying to add the library to my project. Line 1107 in network.zig. The test cases in test-suite.zig also cause that error. I am on windows 10,...

PNG's indexed mode has alpha channel as an option. I think IndexedStorage should allow for `Rgb32[]` instead of a `Rgba32[]`, to convey that info, instead of having to pass an...

In PNG, a palette can be "incomplete" (have less than 256 colors). Right now there is no way of knowing if the palette is full, we should find a way...

[Animated PNG](https://en.wikipedia.org/wiki/APNG) should be trivial to support once PNG is complete, and is supported by almost all browsers