FullScreenShenanigans / EightBittr

Bare-bones, highly modular game engine for 2D 8-bit games.
MIT License
78 stars 10 forks source link

PixelDrawr: Investigate using WebGL #206

Open JoshuaKGoldberg opened 7 years ago

JoshuaKGoldberg commented 7 years ago

Upside: if done well, the game would probably be much more graphically performant. Downside: technically much more detailed, and browser support might suffer.

thadguidry commented 2 years ago

Would integrating PixiJS be an option here?

JoshuaKGoldberg commented 2 years ago

Hmm, good question @thadguidry! I'm leaning towards no for a couple of reasons:

I wouldn't object to an investigation that shows it being worth that extra size. But there are probably better issues to tackle sooner.