awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
KhronosGroup avatar

KhronosGroup/glslang

0
View on GitHub↗
3,533 stars·977 forks·C++·5 vues

Glslang

Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator.

Features

  • Shader Tools - GLSL to SPIR-V compiler.

Historique des stars

Graphique de l'historique des stars pour khronosgroup/glslangGraphique de l'historique des stars pour khronosgroup/glslang

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Glslang

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Glslang.
  • alaingalvan/crossshaderAvatar de alaingalvan

    alaingalvan/CrossShader

    308Voir sur GitHub↗

    ⚔️ CrossShader

    C++
    Voir sur GitHub↗308
  • alaingalvan/image-editor-effectsAvatar de alaingalvan

    alaingalvan/image-editor-effects

    103Voir sur GitHub↗

    Image processing effects used in image editors like Adobe Photoshop or GIMP are used to composite different layers and adjust the overall appearance of an image. These effects build upon research in areas such as signal processing, statistics, and mathematical analysis, and applies them to…

    TypeScript
    Voir sur GitHub↗103
  • dfranx/shaderedAvatar de dfranx

    dfranx/SHADERed

    4,765Voir sur GitHub↗

    SHADERed is a cross-platform shader development environment and debugger used for authoring vertex, pixel, and compute shaders. It functions as an integrated editor for writing and compiling shader code while providing live visual previews and the ability to configure render pipeline states. The tool features a GLSL shader debugger that enables line-by-line execution with breakpoints and variable watches to resolve visual logic errors. It includes a shader asset manager for importing 3D models and textures as data inputs and supports an extensible plugin system to integrate new languages and

    C++
    Voir sur GitHub↗4,765
  • khronosgroup/spirv-crossAvatar de KhronosGroup

    KhronosGroup/SPIRV-Cross

    2,456Voir sur GitHub↗

    SPIRV-Cross is a practical tool and library for performing reflection on SPIR-V and disassembling SPIR-V back to high level languages.

    GLSL
    Voir sur GitHub↗2,456
Voir les 8 alternatives à Glslang→

Questions fréquentes

Que fait khronosgroup/glslang ?

Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator.

Quelles sont les fonctionnalités principales de khronosgroup/glslang ?

Les fonctionnalités principales de khronosgroup/glslang sont : Shader Tools.

Quelles sont les alternatives open-source à khronosgroup/glslang ?

Les alternatives open-source à khronosgroup/glslang incluent : alaingalvan/crossshader — ⚔️ CrossShader. alaingalvan/image-editor-effects — Image processing effects used in image editors like Adobe Photoshop or GIMP are used to composite different layers and… dfranx/shadered — SHADERed is a cross-platform shader development environment and debugger used for authoring vertex, pixel, and compute… khronosgroup/spirv-cross — SPIRV-Cross is a practical tool and library for performing reflection on SPIR-V and disassembling SPIR-V back to high… omarshehata/webgl-outlines — This is the source code for How to render outlines in WebGL & Better outline rendering using surface IDs with WebGL… stegu/psrdnoise — Tiling simplex flow noise in 2-D and 3-D compatible with GLSL 1.20 (WebGL 1.0) and above.