Thomas Hooper
Thomas Hooper
Making the overlay permanent could provide insight on how colour blindness effects people performing everyday tasks, such as browsing the web. At the moment it turns off as soon as...
The 'detach' option removes unused popup elements after closing, however it leaves the `popup_wrapper` and `popup_background` in place. If you open/close a lot of modals, these start to pile up...
If the page contains inline SVG with a ``, it will get used instead of the main `` for the page title. For example, a page returned with the following,...
Fixes #408
https://github.com/msfeldstein/interactive-shader-format-js/blob/bfaf8012530ae246d711a170f891039c70d8997c/src/MetadataExtractor.js#L11 I'm trying to run some non-ISF shaders through the parser which cause this line to hang the browser. Instead of doing this validity check and grabbing the metadata block...
I'm trying to use a `FLOAT` render target: ``` /*{ "ISFVSN": "2", "INPUTS": [], "PASSES": [ { "TARGET": "pass0", "FLOAT": true },{ "DESCRIPTION": "Render" } ] }*/ void main() {...