ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

glsl​Viewer

by patriciogonzalezvivo MacLinux ALL

Sublime Text 2/3 plugin for live coding GLSL Shaders

Details

Installs

  • Total 4K
  • Win 14
  • Mac 3K
  • Linux 1K
Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 1 0 0 1 0 0 2 1
Linux 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 2 1 0 0 0 0 0 1 2 1 0 0 1 1 0 0 0 1 0 0 0 0 1

Readme

Source
raw.​githubusercontent.​com

GLSL Viewer plugin for Sublime Text

Donate

Sublime Text plugin for live-coding GLSL Shaders using glslViewer ( MACOS X and Linux only).

Installation

  1. Install glslViewer. By default it will be installed on /usr/local/bin if that's not the case edit it the glslViewer.sublime-settings file once you finish this steps.

  2. You can choose to install the plugin it self with Package Control or by cloning this repository on you Packages Folder. For example:

cd ~/Library/Application Support/Sublime Text 2/Packages/
git clone https://github.com/patriciogonzalezvivo/sublime-glslViewer.git

Usage

Every time you open a .frag or .fs file it will render it through glslViewer which will reload the shader every time you save it.

If the shader contain any uniform sampler2D, a input label will apear down your Sublime Windows where you can enter the absolute or relative path to the image you want to load.

Also if you have a .vert file and/or 3D model (.ply or .obj) with the same name it will open them automatically.

Extra commands

This plugin adds a GLSL Build System to re lunch glslViewer by pressing Ctr+b and also adds a command to “create a new fragment shader template for glslViewer” you can use to start working on a new shader.

Suggestions

This plugin plays really well with this two other plugins:

License

MIT License

Author

glslViewer and this plugin was created and maintained by Patricio Gonzalez Vivo: github | twitter | website