You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any attempt to draw shapes onto a basic window seems to have an odd coordinate system, centered halfway down the window on the left. Specifically, when I run this code on my machine.
which should, in theory, draw a red rectangle the size of the window, instead draws a rectangle in only a portion of the lower-left quadrant of the window.
piston_window 0.84.0 on Ubuntu 16.04, using Rust 1.29.2. Downgrading to piston_window 0.64.0 resolves the problem, and other users. I initially posted this on StackOverflow, in case that thread has any useful information in it.
The text was updated successfully, but these errors were encountered:
Any attempt to draw shapes onto a basic window seems to have an odd coordinate system, centered halfway down the window on the left. Specifically, when I run this code on my machine.
which should, in theory, draw a red rectangle the size of the window, instead draws a rectangle in only a portion of the lower-left quadrant of the window.
piston_window
0.84.0 on Ubuntu 16.04, using Rust 1.29.2. Downgrading topiston_window
0.64.0 resolves the problem, and other users. I initially posted this on StackOverflow, in case that thread has any useful information in it.The text was updated successfully, but these errors were encountered: