glslify
Shader compiler
A module system for GLSL shaders
A node.js-style module system for GLSL!
2k stars
41 watching
83 forks
Language: JavaScript
last commit: almost 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| This project provides a way to import GLSL (OpenGL Shading Language) strings with a Node.js-style module system. | 58 |
| Maintains and develops the GLSL shading language specification and extensions used in graphics rendering. | 351 |
| A simple ThreeJS example showcasing modular shaders with GLSLify | 78 |
| Visualizes the structure and behavior of GLSL shader functions in a graphical interface. | 26 |
| A system for generating and compiling GLSL shaders in Haskell | 481 |
| An in-depth tutorial on custom GLSL lighting with per-pixel shading and various material techniques | 460 |
| A Clojure-based compiler for converting a subset of Clojure code into GLSL shader code | 23 |
| A web-component for creating and rendering fragment shaders in GLSL. | 545 |
| A tool for testing and developing GLSL shader programs with features like hot reloading, GUI editing, C scripting, and OpenGL configuration. | 16 |
| A collection of GLSL shaders converted by hand from Libretro's common-shaders repo for compatibility and performance optimization. | 948 |
| A plugin for Vite that simplifies the management of GLSL shader files in web applications. | 328 |
| A collection of tools and libraries for compiling shader code into a graphics pipeline format | 1,872 |
| A library to reduce boilerplate OpenGL code | 18 |
| Rust bindings for the shaderc library to compile GLSL/HLSL source code into SPIR-V binary modules or assembly code. | 259 |