Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of stackgl/glslify-loader

Account's avatar
stackgl/glslify-bundle
Bundle a glslify-deps dependency tree into a GLSL source string
Account's avatar
stackgl/glslify-deps
Walk the dependency graph of a glslify shader.
Account's avatar
webpack/loader-utils
utils for webpack loaders
Account's avatar
stackgl/glsl-aastep
anti-alias smoothstep utility function
Account's avatar
hughsk/glsl-noise
webgl-noise shaders ported to work with glslify
Account's avatar
stackgl/glslify-fancy-imports
glslify transform that provides you with a cleaner module import/export syntax ✨
Account's avatar
stackgl/glslify-hex
A transform stream for [glslify](http://github.com/chrisdickinson/glslify) that replaces CSS-style hexadecimal colors with `vec3/vec4` definitions.
Account's avatar
webpack/memory-fs
A simple in-memory filesystem. Holds data in a javascript object.
Account's avatar
regl-project/regl
regl is a fast functional WebGL framework.
Account's avatar
scottcorgan/tap-spec
Formatted TAP output like Mocha's spec reporter
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers
Account's avatar
webpack/webpack
Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7

Support the repos that depend on this repository

Top contributors

hughsk's profile
hughsk
6 contributions
pqml's profile
pqml
5 contributions
rreusser's profile
rreusser
2 contributions
davebrent's profile
davebrent
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
stackgl

stackgl/glslify-loader

:floppy_disk: glslify loader module for webpack

JavaScript
228
24
Other

glslify‑loader is a Webpack loader that lets developers import GLSL shader files and automatically process them with glslify’s module system (including source transforms). It’s meant for front‑end developers building WebGL or graphics‑intensive web apps who want to bundle and transform shader code alongside their JavaScript bundles.