Skip to content
Jose R. Rodriguez edited this page Aug 29, 2020 · 8 revisions

Welcome to the dcollage-pixijs-boilerplate wiki!

What is dCollage?

dCollage is a lightly opinionated PIXIJS based digital collage boilerplate with game dev aspirations and a component driven paradigm written in TypeScript. This repo (dcollage-pixijs-boilerplate) is a template repo which you can use to kickstart your dCollage projects or any PIXIJS project if you want to strip out and ignore the opinionated and component-driven bits.

Overview

There is a lot of good information in the main project README.md which may eventually migrate here - but for now check out the Getting Started section of the readme.

Community

Join the DCollage community on Discord to chat with the developers and other users of DCollage

Contributing

Contributions to this project are welcome and appreciated.

  • Please enter an issue and/or cut a related feature branch from develop. Once your feature is stable, make sure it is up to date with develop and submit a pull request for review.

  • If you create any components that you feel should be included in the boilerplate component library please submit those as well. Name your branch com-lib-yourComponentName for easy identification.

  • Make sure to check the next branch for larger updates

Attribution

This repo is open-source under the MIT license and does not have any attribution requirements but if you make something cool using it please let me know - I'd love to added to the examples section. Also it would be swell if you left in the console tag.

Clone this wiki locally