stephank / orona

Bolo, a game of tank warfare, rewritten for modern browsers.
http://stephank.github.com/orona/
GNU General Public License v2.0
264 stars 42 forks source link

Find a way to use WebglRenderer. #4

Open stephank opened 14 years ago

stephank commented 14 years ago

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.