You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Bootstrapped with DCollage (Digital Collage Boilerplate w/ PIXIJS)
2
2
3
-
The goal of DCollage is to facilitate the creation of multi-layered, interactive, collages similar to those I created back in the days of Flash.
3
+
The goal of DCollage is to facilitate the creation of multi-layered, interactive, collages similar to those I created back in the days of Flash. Surprise it works for simple games too!
4
+
5
+
# Project Title
6
+
7
+
Project description may appear here.
8
+
9
+
## Concept and Mechanics
10
+
11
+
TBD
12
+
13
+
## Roadmap
14
+
15
+
-[x] Bootstraping
16
+
17
+
-[x] create repo
18
+
-[x] clean-up remnants from past usage
19
+
-[x] get it running the game loop bare bones
20
+
21
+
-[ ] TBD
22
+
-[ ] TBD
23
+
24
+
### Completed!
25
+
26
+
Nothing yet
27
+
28
+
## Libraries Used
29
+
30
+
- PIXIJS - WebGL renderer with Canvas fallback and so much more [https://github.com/pixijs/pixi.js](https://github.com/pixijs/pixi.js)
31
+
- pixi-filters - Collection of community-authored custom display filters for PixiJS [https://github.com/pixijs/pixi-filters](https://github.com/pixijs/pixi-filters) Currently yarn linked to a local version of the repo in order to use the as of yet un-merged changes to the godray filter which add alpha functionality.
0 commit comments