Reynau / space

Space is a canvas animated background working with PIXI.js to make your webpages look cool! :v:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Space

Space is a canvas animated background working with PIXI.js to make your webpages look cooler! ✌️

How to use it:

  • Include PixiJS library on your webpage.
  • Include the space.js file in your page body.
  • Add this CSS to do canvas full size and acting as a background:
canvas {
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:-1;
}
  • Look how cool now your page is now!

Things to do:

  • Animate stars
  • Different sparkling frequency for each star
  • Shooting stars

About

Space is a canvas animated background working with PIXI.js to make your webpages look cool! :v:

License:MIT License