Skip to content

hmachefe/kaleidoscopicWebComponent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fps-meter-component

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)

Demo

Check it live.

Usage

  1. Import Web Components' polyfill:

    <script src="../lib/polymer.js"></script>
    <script src="../lib/Platform.js"></script>	
  2. Import Custom Element:

    <link rel="import" href="src/kaleidoscope.html">
  3. Start using it!

    <x-kaleidoscope></x-kaleidoscope>									//already on the shelf
    <x-kaleidoscope theme="toBeDefinedLater"></x-kaleidoscope>			//pending...

Options

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

  • v0.0.1 July 14, 2014

License

MIT License

Special thanks to http://www.spacegoo.com/ (under which Xavier Bourry is in charge)

About

kaleidoscopic WebComponent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published