Skip to content
/ space Public

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

License

Notifications You must be signed in to change notification settings

Reynau/space

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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! ✌️

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published