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

https://github.com/innogames/shaderedit

IntelliJ-Plugin for GLSL syntax highlighting and on-the-fly compiling.
https://github.com/innogames/shaderedit

Last synced: 7 months ago
JSON representation

IntelliJ-Plugin for GLSL syntax highlighting and on-the-fly compiling.

Awesome Lists containing this project

README

          

ShaderEdit
==========

(under development)

IntelliJ-Plugin for GLSL syntax highlighting and on-the-fly preview.

The plugin will highlight GLSL syntax (focus on GLSL ES 2.0) in IntelliJ IDEA and AndroidStudio.
Another goal is to develop a live view of the current shader code like seen in some WebGL tools:
http://www.kickjs.org/tool/shader_editor/shader_editor.html#
It also would be great if there is some way to customize the previewed primitive and to support
user edited uniforms.