andromeda
Shader compiler
A Haskell-based library for writing and compiling OpenGL shaders
OpenGL-based rendering engine with embedded language that compiles to GLSL.
77 stars
8 watching
5 forks
Language: Haskell
last commit: about 5 years ago edslglsl-shadershaskellopenglshaders
Related projects:
Repository | Description | Stars |
---|---|---|
sleexyz/hylogen | A system for generating and compiling GLSL shaders in Haskell | 481 |
google/shaderc | A collection of tools and libraries for compiling shader code into a graphics pipeline format | 1,872 |
gamemakerdiscord/xpanda | Allows code from external files to be included into shaders while handling shader compatibility issues. | 14 |
igjoshua/cljsl | A Clojure-based compiler for converting a subset of Clojure code into GLSL shader code | 23 |
shader-slang/slang | A shading language that facilitates the development and maintenance of large-scale shader codebases with performance and portability in mind. | 3,344 |
google/shaderc-rs | Rust bindings for the shaderc library to compile GLSL/HLSL source code into SPIR-V binary modules or assembly code. | 259 |
not-fl3/nanoshredder | An experimental Rust project that creates shaders from a domain-specific language (DSL) and produces GLSL, Metal, and HLSL shader code. | 11 |
aras-p/hlsl2glslfork | Translates Direct3D 9 style HLSL to GLSL shader language | 558 |
swtwsk/vinci-lang | A proof-of-concept compiler targeting SPIR-V for a toy ML functional shading language | 15 |
unity-technologies/hlslcc | A compiler that translates DirectX shader bytecode into various shader languages for use in game engines and other graphics applications. | 855 |
halvves/shader-doodle | A web-component for creating and rendering fragment shaders in GLSL. | 545 |
alaingalvan/crossshader | A tool for converting between different shader languages and compilers. | 285 |
saharan/hgsl | Enables development of GLSL ES 3.0 programs with additional features and language support for Haxe. | 141 |
cbaggers/varjo | Compiler for translating Lisp code to GLSL shader language | 223 |