GameQuery. Future development.
Really interested in thoughts on the future of gamequery as it's a project I hope to contribute to.
As of now one thing I think would help immensely would be to split jquery.gamequery.js into more files so we have a 'dev' version with (for example):
As of now one thing I think would help immensely would be to split jquery.gamequery.js into more files so we have a 'dev' version with (for example):
- jquery.gamequery.core.js: Playground etc.
- jquery.gamequery.tilemap.js: tilemap functionality
- jquery.gamequery.transform.js: cross browser position/rotate/scale functions.
- jquery.gamequery,animation.js: the animation objects
For one it would mean parts can be included in other projects without needing to fork the entire project and hopefully any further development and optimisation work in those modules could be pulled back.
It looks like there are ways to use github to automatically build a final jquery.gamequery.js on commit. Although I don't know much about this process.