An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# GLSLX

[![Build status](https://travis-ci.org/evanw/glslx.svg?branch=master)](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.