TODO: This project aims to provide a box on-the-shelf with graphic display dedicated to FPS measurements
Maintained by Hugo Machefer.
-
Import Web Components' polyfill:
<script src="../lib/polymer.js"></script> <script src="../lib/Platform.js"></script>
-
Import Custom Element:
<link rel="import" href="src/fps-meter.html">
-
Start using it!
<fps-meter></fps-meter> <fps-meter theme="light"></fps-meter> <fps-meter theme="colorful"></fps-meter> <fps-meter theme="transparent"></fps-meter>
Attribute | Options | Default | Description |
---|---|---|---|
theme |
string | undefined |
skin that shall be used to display FPS graphic |
- 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 Jan 1, 2014
- Started project using polymer