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
Running this project on linux (in my case Ubuntu 17.10) may cause an error:
Library libwayland-egl.so could not be loaded.
As I found in other issues with similar problem, its due to inconsistency between new version of wayland and glutin=0.10.1 used by piston.
Fixed this by installing dev version of mesa drivers: apt-get install libegl1-mesa-dev
I hope there will be a better solution.