Hi there,
I recently upgraded to ISF Editor 2.9.13 and experienced some (lots of) shaders not being converted. ISF Editor is completely freezing up and that’s basically it.
Shaders that cause this behavior (for example):
http://glslsandbox.com/e#61311.0
http://glslsandbox.com/e#61260.1
http://glslsandbox.com/e#61496.0
Just counter-checked it with ISF Editor version 2.9.7.3 and everything is working fine with that version.
see this post for fix :
I’m getting this error for all ShaderToy URLs
[56]
MacBookPro14,3; Intel Core i7; 2.9 GHz; 16 GB; Radeon Pro 560; 4096 MB;
macOS 10.13.6 (17G13035)
I also discovered a bug when converting shaders from GLSLSandbox, the ISF Editor will crash if the word “uniforms” appears in comments of shaders which declare built in uniform variables in the code. Compare :
http://glslsandbox.com/e#67104.0 - beachball
and
http://glslsandbox.com/e#67104.2 - converts as expected
-…