googlearchive / projects

Projects that use, enhance, or demonstrate Polymer's technologies
BSD 3-Clause "New" or "Revised" License
62 stars 17 forks source link

Pixi missing from Sandbox? #24

Open stela5 opened 11 years ago

stela5 commented 11 years ago

While watching your Hello Polymer video, I noticed you had Pixi-js and Run Pixi Run in your list of sandbox options but the downloadable version does not. Since it's still included as an extra would you mind re-adding it to the Sandbox demo? It think it would show how powerful web components and shadow DOM can be (especially with pre-existing libraries).

P.S. The list also included Pica which is shown on your architectural diagram but is never really discussed or demonstrated in your videos or docs. Is it not included in the downloadable version of Sandbox for a reason?

ebidel commented 11 years ago

Some of the more-elements have been left out because they were no longer working and the team doesn't want to maintain them. I agree they're great examples of showing the power of web components, but Sandbox in general is something we're not actively maintaining. However, you're welcome to check out the code :)

Pica is an example app that can be found in projects: https://github.com/Polymer/projects/tree/master/pic We don't talk about it too much, because it was written a while back as a quick prototype. That said, we've continued to update it as the APIs change.