TODO: This project aims to provide a kaleidoscope background (not configurable yet) as a special widgetized webcomponent
Maintained by Hugo Machefer.
legacy (main) project [Xavier Bourry] (http://www.webglacademy.com/#13)
-
Import Web Components' polyfill:
<script src="../lib/polymer.js"></script> <script src="../lib/Platform.js"></script>
-
Import Custom Element:
<link rel="import" href="src/kaleidoscope.html">
-
Start using it!
<x-kaleidoscope></x-kaleidoscope> //already on the shelf <x-kaleidoscope theme="toBeDefinedLater"></x-kaleidoscope> //pending...
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
- v0.0.1 July 14, 2014
- Started project using polymer
Special thanks to http://www.spacegoo.com/ (under which Xavier Bourry is in charge)