https://github.com/evanw/glslx
A GLSL type checker, code formatter, and minifier for WebGL
https://github.com/evanw/glslx
Last synced: 3 months ago
JSON representation
A GLSL type checker, code formatter, and minifier for WebGL
- Host: GitHub
- URL: https://github.com/evanw/glslx
- Owner: evanw
- License: mit
- Created: 2015-09-12T18:43:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-10-27T01:34:31.000Z (over 2 years ago)
- Last Synced: 2025-03-06T16:51:05.405Z (3 months ago)
- Language: HTML
- Homepage: http://evanw.github.io/glslx/
- Size: 593 KB
- Stars: 426
- Watchers: 13
- Forks: 31
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GLSLX
[](https://travis-ci.org/evanw/glslx)
A GLSL type checker, code formatter, and minifier for WebGL. See http://evanw.github.io/glslx/ for a demo and more information.
IDE support is currently available as a [Visual Studio Code extension](https://github.com/evanw/glslx-vscode). It supports inline errors, type tooltips, go-to-definition, renaming, and more.