owenashurst / agar.io-clone

Agar.io clone written with Socket.IO and HTML5 canvas
MIT License
2.89k stars 1.13k forks source link

Rewrite client in webGL instead of Canvas 2D #410

Open ghost opened 8 years ago

ghost commented 8 years ago

Can someone please rewrite the client in webGL instead of Canvas 2D?

huytd commented 8 years ago

I suggest using Pixi.js. This framework support both WebGL and Canvas with the same API.

acydwarp commented 8 years ago

Check out https://github.com/SNSA/NEXT

It uses ES6 classes and Pixi.js for it's rendering.