-
-
Notifications
You must be signed in to change notification settings - Fork 744
All the examples have window problems #492
Comments
I will certainly attempt to reproduce this. I've been a pretty regular Linux Mint user myself and haven't observed this. That's some strange behavior. |
Thanks for the tip about Mint. The best I can do with Ubuntu 17.10 is use Piston/SDL. It seems like the current consensus is that Glutin is the best hope for the future? I'm new to Rust, out of curiosity, is there much interest in SDL? |
@ddewert
Depends on who you ask. I think the general consensus right now is that SDL2 is much more powerful and reliable, but also flawed and imperfect in many ways that we can't correct in C/C++. |
This is a Wayland issue, also exists in GFX. gfx-rs/gfx#1217 |
|
I'm closing this since there isn't really anything in this code base responsible for this. |
This was helpful: |
So for those completely new to amethyst and Rust (as I am) who are also enjoying Ubuntu 17.10: Change the line in
to:
Find the line in This works for me. |
Why not just do |
Ha! |
Window content is not resized when resizing the window, and the border is drawn wrong.
I'm using Ubuntu 17.10 with Mesa drivers.
I believe the issue is with Glutin. I'm having the same problem with Piston, which goes away if I use SDL2.
The text was updated successfully, but these errors were encountered: