You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Firefox add-on](https://addons.mozilla.org/en-US/firefox/addon/shadertoy-unofficial-plugin/) (Not fully functional, see notes below)
8
8
9
9
## Info
10
10
@@ -27,7 +27,7 @@ Please report bugs and request features [here](https://github.com/patuwwy/Shader
27
27
-~~Sorting shaders list by views, likes or comments on "My profile" page.~~
28
28
(feature removed - implemented natively in Shadertoy)
29
29
30
-
- Alternative shaders list on profile page.
30
+
- Alternative shaders list on profile page. (chrome only)
31
31
32
32
-~~Shaders previews on "My profile" page.~~
33
33
(feature removed - implemented natively in Shadertoy. Big preview on mouse over is still available)
@@ -40,7 +40,9 @@ Please report bugs and request features [here](https://github.com/patuwwy/Shader
40
40
Key '8' divides by 8, 1920x1080 becomes 240x135.
41
41
42
42
This allows to run shaders smoothly (even in fullscreen) on non-top GPUs.
43
-
Notice that lower resolution is interpolated to original size. This causes blurrish rendering. For pixelated image, rendering mode switch has been added in extension's popup (click on green S icon).
43
+
Notice that lower resolution is interpolated to original size. This causes blurrish rendering.
44
+
45
+
For pixelated image, rendering mode switch has been added in extension's popup (click on green S icon) (chrome only).
44
46
45
47
- Take HQ screenshot. Screenshot resolution is 2 \* current resolution (including current resolution divider). 1920x1080 becomes 3840x2160.
46
48
@@ -63,7 +65,7 @@ Please report bugs and request features [here](https://github.com/patuwwy/Shader
0 commit comments