-
Notifications
You must be signed in to change notification settings - Fork 94
shader_tools
Ryzom Core Wiki edited this page Jul 8, 2024
·
4 revisions
title: Useful tools and libraries for shader code description: published: true date: 2023-03-16T23:00:23.972Z tags: editor: markdown dateCreated: 2022-03-08T22:36:36.130Z
https://developer.nvidia.com/cg-toolkit
Convert from Cg language to GLSL, HLSL, GL assembly, D3D assembly.
https://github.com/aras-p/hlsl2glslfork
Convert from HLSL to GLSL.
Used by Unity3D. Open source. Actively being developed.
http://code.google.com/p/angleproject/
Convert from GLSL to HLSL.
https://github.com/aras-p/glsl-optimizer
Used by Unity3D to optimize generated GLSL code.
http://icculus.org/mojoshader/
Convert from HLSL to GLSL and GL assembly.
Used by Unreal Tournament 3, MonoGame, and more. Partially used in HLSL2GLSL.