An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: glslify

riccardoscalco/glsl-pcg-prng

Glsl implementation of the PCG algorithm for the generation of random numbers.

Language: GLSL - Size: 82 KB - Last synced at: 1 day ago - Pushed at: 11 months ago - Stars: 12 - Forks: 1

dmnsgn/glsl-rotate

GLSL rotation functions with matrices: 2D and 3D (with X/Y/Z convenience functions) available both as ES modules strings and as GLSL files for use with glslify.

Language: JavaScript - Size: 55.7 KB - Last synced at: 29 days ago - Pushed at: 12 months ago - Stars: 135 - Forks: 5

KeeVeeGames/Shady.gml

GameMaker shader preprocessor for code reuse! Import and inline directives, generating shader variants.

Language: C# - Size: 41.3 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 17 - Forks: 1

docd27/rollup-plugin-glsl-optimize

Import GLSL source files. Pre-processed, validated and optimized with Khronos Group SPIRV-Tools. Supports glslify.

Language: JavaScript - Size: 196 KB - Last synced at: 14 days ago - Pushed at: over 3 years ago - Stars: 35 - Forks: 1

KusStar/vite-plugin-glslify

A plugin for Vite to compile glslify shader code

Language: TypeScript - Size: 290 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 35 - Forks: 8

dmnsgn/glsl-conditionals

Daniel Holden's functions designed to avoid conditionals in GLSL, available both as ES modules strings and as GLSL files for use with glslify.

Language: GLSL - Size: 48.8 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 63 - Forks: 4

Aryanzutshi/LeafyRealms

Nature rendered beautifully in 3D.

Language: JavaScript - Size: 86.9 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

markroland/shader-quickstart

WebGL and OpengGL Shader templates for a variety of development environments

Language: JavaScript - Size: 470 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

ayamflow/glsl-grid

Draws an antialiased grid along the X/Y/Z direction of a mesh.

Language: GLSL - Size: 141 KB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 71 - Forks: 9

geoffreytools/vite-plugin-glslify-inject

Handsfree GLSL programming for WebGL with Vite

Language: TypeScript - Size: 281 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

mikkoh/three-ts-starter Fork of amsXYZ/three-ts-template

A starter repo for Three.js Typescript projects with glslify included

Language: TypeScript - Size: 638 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

little-core-labs/axis3d

Functional 3d graphics library

Language: JavaScript - Size: 52.2 MB - Last synced at: about 1 month ago - Pushed at: almost 5 years ago - Stars: 67 - Forks: 12

shi-ivam/tissue

A Simple Music Visualizer made For A Entry in A Contest By Algoexpert

Language: JavaScript - Size: 97.5 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

nassosyian/boilerplate-babel-webpack-glslify

Starter with Babel.js and Webpack, glslify, pug

Language: JavaScript - Size: 24.4 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

mwmwmw/glslifyboilerplate

A boilerplate to get you up and running quickly with GLSLify

Language: JavaScript - Size: 208 KB - Last synced at: 6 days ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 1

chasevida/glslify-webpack

Working examples using GLSLify with Webpack

Language: JavaScript - Size: 48.8 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 17 - Forks: 0

GuillaumeMMM/react-three-fiber-glslify-webpack

Minimal working implementation of React Three Fiber using glslify with glsl-grid and webpack

Language: JavaScript - Size: 9.18 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

ColinPeyrat/glsl-utils

Some glsl utils functions built as modules with glslify

Language: GLSL - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

tkhskt/glsl-tokenizer-kt

GLSL tokenizer for Java/Kotlin

Language: Kotlin - Size: 95.7 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

TyLindberg/glsl-vignette

Vignette function for npm and glslify

Language: GLSL - Size: 228 KB - Last synced at: about 2 hours ago - Pushed at: over 6 years ago - Stars: 6 - Forks: 1

riccardoscalco/glsl-tiling

Utility function for the tessellation of the [0, 1] plane.

Language: GLSL - Size: 529 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 1

marcofugaro/esbuild-plugin-glslify-inline

A plugin for esbuild to transform strings with glslify

Language: JavaScript - Size: 146 KB - Last synced at: 18 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

julesstrosahl/glsl-template

Minimal setup for writing shaders

Language: JavaScript - Size: 40 KB - Last synced at: 5 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 1

jrsa/auto

webGL video feedback using glsl shaders

Language: GLSL - Size: 44.9 KB - Last synced at: 8 months ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 0

dmnsgn/prtt

A WebGL prototype starter using webpack, redux, babel, glslify, controlkit, ccapture

Language: JavaScript - Size: 370 KB - Last synced at: 13 days ago - Pushed at: about 7 years ago - Stars: 6 - Forks: 0

riccardoscalco/glsl-gcd

Glsl implementation of the Euclid's algorithm for the calculation of the greatest common divisor.

Language: GLSL - Size: 88.9 KB - Last synced at: 9 days ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

riccardoscalco/glsl-rectangular-function

Glsl implementation of the rectangular function.

Language: GLSL - Size: 50.8 KB - Last synced at: about 2 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

pqml/protothree

Three.js boilerplate for rapid and modulable prototyping

Language: JavaScript - Size: 384 KB - Last synced at: about 1 month ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 0