niklasf / rust-chessground

An experimental chessboard widget for Relm/GTK
https://docs.rs/chessground
GNU General Public License v3.0
65 stars 7 forks source link

Bugs on gnome on wayland #1

Closed juchiast closed 6 years ago

juchiast commented 6 years ago

Hello friend, I found you crate today while searching for relm on crates.io . Very interesting and wonderful work!

But, when I try to run on gnome on wayland, the board's drawing position is not correct, see the image here: https://imgur.com/a/SpfoF

Also, there is no animation on wayland.

As many Linux distros have set wayland to default, you may want to fix these bugs :D

Please tell me if there is anything a can do to help!

niklasf commented 6 years ago

Hi, thanks for reporting. I just tried running on wayland (but not specifically gnome) and the board placement seems ok. But animations are lagging and pieces leave traces on the board.

niklasf commented 6 years ago

I could reproduce (and I hope fix) the board placement issue with Gnome. Some rendering artifacts remain.

niklasf commented 6 years ago

Looks like the remaining issue was similar. Can you confirm it's fixed?

juchiast commented 6 years ago

Yeah it's fixed, everything run smoothly!

juchiast commented 6 years ago

Since it's fixex, I'll close the issue.

niklasf commented 6 years ago

Yay, thanks! I released v0.2.0 with the fix.