1.4.2 • Published 2 years ago

starfield-webgl v1.4.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.4.1

2 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago