Sublime Forum

Inter-process communication with ST3 ( Win 8 )

#1

Hi,

I am searching for a way to send signals to an external process when certain events ( return pressed, file saved ) occure in sublime.
E.g., I have a running OpenGL application and would like to edit some GLSL shaders at runtime. Currently I need to:

  1. tweak the shader
  2. save the file
  3. switch focus to the application
  4. press a hotkey

Would love to skip step 3 and 4.
So what would be the best way to go about it ? Is this possible at all with sublime ? Are there any plugins that support such feature ( via sockets maybe ) already ?

ParticlePeter

0 Likes