plorry / gramework

modular framework for rapid game development using gamejs
2 stars 1 forks source link

Alternative rendering engines #10

Open bartek opened 10 years ago

bartek commented 10 years ago

I don't think we can make gramework engine-agnostic, but I think there may be benefits in exploring other game engines. Realistically, I don't think it'd be too difficult to swap that part, and continue to expose a similar, if not the same gramework API

I'm mostly intrigued by pixi.js, which seems to have active development and much broader use.

Although Gamejs was the first framework we found that we loved (for it's very thin layer of a wrapper), I don't think we should hold onto it if it means there's better solutions.

I'm mostly thinking of writing these games and running them on other devices. I have not tested anything yet, but I feel that an up-to-date engine like pixi.js may provide better support for that going forward.

bartek commented 10 years ago

Did some investigaiton on pixi.js, and I enjoy it already:

I'm working on a simple demo using pixi.js + gramework, adjusting where necessary. Should be done soon.

plorry commented 10 years ago

Intriguing!