play-co / webgl-2d

Canvas2D API in WebGL
http://weare.buildingsky.net
MIT License
519 stars 116 forks source link

Any updated fork? #36

Open bradisbell opened 8 years ago

bradisbell commented 8 years ago

I'm curious if there is an up-to-date fork of this project, or a similar project. Seems like a great concept! But a lot of bugs exist now (maybe due to browser API changes?).

SparK-Cruz commented 4 years ago

Hey, 4 years later but... any updated fork? I like the idea of harvesting the power of webgl without having to rewrite my game client logic. The project's examples and the tests I've writen show me a black screen even in the simplyiest tests.

karellodewijk commented 4 years ago

You could try https://github.com/karellodewijk/canvas-webgl, it's not a fork but does the same thing, implement the canvas api using webgl.

Although my experience at the time was that performance, for what I was trying to do, was far worse than a native canvas implementation, but everything depends on what you are trying to do.