StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics https://doi.org/10.1109/TVCG.2020.3030352
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
StackGenVis/frontend/node_modules/glsl-resolve
Angelos Chatzimparmpas e069030893 fix the frontend 3 years ago
..
node_modules fix the frontend 3 years ago
.npmignore fix the frontend 3 years ago
LICENSE.md fix the frontend 3 years ago
README.md fix the frontend 3 years ago
index.js fix the frontend 3 years ago
package.json fix the frontend 3 years ago

README.md

glsl-resolve Flattr this!experimental

A wrapper for the resolve module that targets GLSL shaders instead of JavaScript.

Usage

glsl-resolve

The API is equivalent to resolve for both resolve.async and resolve.sync, with the following exceptions:

  • Node's core modules are excluded.

  • The "main" file for a module is looked for first in a package.json's glslify property, then if main isn't a JavaScript file it'll look there too. Otherwise, it will default to trying index.glsl.

  • Listed in order of priority, the following extensions are resolved instead of .js and .json:

    • .glsl
    • .vert
    • .frag
    • .geom
    • .vs
    • .fs
    • .gs
    • .vsh
    • .fsh
    • .gsh
    • .vshader
    • .fshader
    • .gshader

License

MIT. See LICENSE.md for details.