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
{{ message }}
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.
There's already a very simple working WebGL renderer implementation in src/client/renderer/webgl.coffee, but it's currently unused. It was built and tested exclusively on Chromium 6.
Performance was mostly identical to the current default renderer, for me at least. I wonder if it's faster for anyone, and if it can be a sane default in certain scenarios.
Once there's a lobby or some sort of settings GUI, there could be a switch to enable it there.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There's already a very simple working WebGL renderer implementation in
src/client/renderer/webgl.coffee
, but it's currently unused. It was built and tested exclusively on Chromium 6.Performance was mostly identical to the current default renderer, for me at least. I wonder if it's faster for anyone, and if it can be a sane default in certain scenarios.
Once there's a lobby or some sort of settings GUI, there could be a switch to enable it there.
The text was updated successfully, but these errors were encountered: