1.18.0 • Published 6 years ago

gl-transition-scripts v1.18.0

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

gl-transition-scripts

Utilities to render/validate GL Transitions on the CLI.

npm i -g gl-transition-scripts

gl-transition-render

Render one or many GL Transitions with one or many images.

Usage: gl-transition-render [options]

Options:

  -h, --help                         output usage information
  -V, --version                      output the version number
  -t, --transition <file.glsl>       add a transition to use (can be used multiple times)
  -i, --images <images>              add an image to use for the transition (use multiple times)
  -w, --width <width>                width in pixels
  -h, --height <height>              height in pixels
  -f, --frames [nb]                  number of frames to render for each transition
  -d, --delay [nb]                   number of frames to pause after each transition
  -p, --progress [p]                 only render one frame
  -g, --generic-texture [image.png]  provide a generic sampler2D image to use as default uniform sampler2D
  -o, --out <directory|out.png>      a folder to create with the images OR the path of the image to save (if using progress). use '-' for stdout

gl-transition-transform

Parse and transform a *.glsl transition shader file into a JSON.

Usage: gl-transition-transform [options]

Options:

  -h, --help                       output usage information
  -V, --version                    output the version number
  -d, --glsl-dir <dir>             a folder containing *.glsl files
  -o, --json-out <jsonOutputFile>  a JSON file to save with all transitions
1.18.0

6 years ago

1.17.0

6 years ago

1.16.0

6 years ago

1.15.0

7 years ago

1.14.0

7 years ago

1.13.4

7 years ago

1.13.0

7 years ago

1.12.0

7 years ago

1.11.0

7 years ago

1.10.1

7 years ago

1.10.0

7 years ago

1.9.5

7 years ago

1.9.4

7 years ago

1.9.3

7 years ago

1.9.2

7 years ago

1.9.1

7 years ago

1.9.0

7 years ago

1.8.8

7 years ago

1.8.0

7 years ago

1.7.5

7 years ago

1.7.4

7 years ago

1.7.3

7 years ago

1.7.2

7 years ago

1.7.1

7 years ago

1.7.0

7 years ago

1.6.5

7 years ago

1.6.4

7 years ago

1.6.3

7 years ago

1.5.1

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.6

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago