glsl-shaders
GLSL shader set
A collection of GLSL shaders converted by hand from Libretro's common-shaders repo for compatibility and performance optimization.
This repo is for glsl shaders converted by hand from libretro's common-shaders repo, since some don't play nicely with the cg2glsl script.
948 stars
34 watching
224 forks
Language: GLSL
last commit: about 24 hours ago Related projects:
Repository | Description | Stars |
---|---|---|
libretro/common-shaders | A collection of commonly used pixel shaders for rendering old school video game footage. | 1,055 |
orels1/orels-unity-shaders | A collection of Unity shaders designed for practical use in 3D graphics projects | 183 |
glslify/glslify | A module system for GLSL shaders | 2,220 |
aras-p/hlsl2glslfork | Translates Direct3D 9 style HLSL to GLSL shader language | 558 |
khronosgroup/glsl | Maintains and develops the GLSL shading language specification and extensions used in graphics rendering. | 351 |
pema99/glsl2hlsl | A tool for converting Shadertoy shaders to Unity-compatible shaders | 90 |
jwurzer/glslscene | A tool for testing and developing GLSL shader programs with features like hot reloading, GUI editing, C scripting, and OpenGL configuration. | 16 |
sleexyz/hylogen | A system for generating and compiling GLSL shaders in Haskell | 481 |
ustymukhman/vite-plugin-glsl | A plugin for Vite that simplifies the management of GLSL shader files in web applications. | 326 |
glslify/rollup-plugin-glslify | This project provides a way to import GLSL (OpenGL Shading Language) strings with a Node.js-style module system. | 58 |
gamemakerdiscord/xpanda | Allows code from external files to be included into shaders while handling shader compatibility issues. | 14 |
tsteinholz/loveshaderconverter | A tool to convert shaders from one GLSL variant to another | 76 |
nicebyte/niceshade | Transforms HLSL code into shaders for various graphics APIs. | 102 |
binary1248/gls | A library to reduce boilerplate OpenGL code | 18 |