1.4.2 • Published 11 months ago

starfield-webgl v1.4.2

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Starfield WebGL

This is a WebGL version of jQuery Starfield, written in TypeScript (and without jQuery).

If you are interested in the "regular version" (which also doesn't need jQuery), look at the initial commit: b25c3dbcc

Usage

  1. npm i -s starfield-webgl
  2. <script type="module">
     import {runStarfield} from "starfield-webgl";
     
     const options = {
        // see src/starfield.ts:6 for default
     };
    
     (() => {
         runStarfield(options);
     })();
    </script>

Development

Below are notes regarding development.

Requirements

  • Node >= v12
  • (Development only) Parcel (npm i -g parcel)

Usage

  1. Clone the repo
  2. Run npm i
  3. Build: npm run dev
1.4.2

11 months ago

1.4.1

11 months ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago