Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

bigsweater/jQuery-Canvas-Starfield

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jQuery-Canvas-Starfield

A jQuery plugin for generating interactive star fields.

It's based on rez' Chrome Experiment.

This plugin includes a few options. They look like this:

$('.yourdiv').starfield({
	starColor:	"rgba(255,255,255,1)",
	bgColor:		"rgba(0,0,0,1)",
	mouseColor:	"rgba(0,0,0,0.2)",
	fps:			15,
	speed:		5,
	quantity:	512,
	ratio:		256,
	class:		"starfield"
});

TODO: Fix multiple instances breaking each other real bad-like

About

A jQuery plugin for generating interactive, responsive star fields using Canvas.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%