patuwwy / ShaderToy-Chrome-Plugin

Web extension for shadertoy.com
https://github.com/patuwwy/ShaderToy-Chrome-Plugin
Other
242 stars 29 forks source link

Pinned shaders. #70

Open patuwwy opened 5 years ago

patuwwy commented 5 years ago

Problem: As a programmer I collect snippets, e.g. hash functions, SDFs, post effects, which I use when playing with shaders. I keep these snippets in private shaders. To find a specific snippet I have to go to my profile page and find it there, which is difficult when you have a lot of shaders.

Solution: Add the "Pin this shader" button on the shader page to add it to the "Pinned shaders" list. Pinned shaders are displayed in a always visible list, just like "Open recent". (#66). Pinned shader has the "Unpin" button.

ttoinou commented 5 years ago

Now that shadertoy has playlists maybe it will help

patuwwy commented 5 years ago

Not sure there is url to.read spexific playlist's contents. If not extension should sync with existing playlist and watch for playlist updates