Jquery-canvas-starfield

A jQuery plugin for generating interactive star fields using Canvas.

View the Project on GitHub bigsweater/jQuery-Canvas-Starfield

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