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.
- Host: GitHub
- URL: https://github.com/innogames/shaderedit
- Owner: innogames
- Created: 2013-08-02T12:23:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-02T12:22:38.000Z (over 12 years ago)
- Last Synced: 2025-01-30T03:44:41.485Z (12 months ago)
- Language: Java
- Size: 41 KB
- Stars: 0
- Watchers: 73
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.