markusfisch / ShaderEditor

Android app to create GLSL shaders and use them as live wallpaper
https://play.google.com/store/apps/details?id=de.markusfisch.android.shadereditor
MIT License
925 stars 136 forks source link

Implement downloading shaders from ShaderToy and GLSLSandbox and other shader-sharing sites #67

Open KOLANICH opened 7 years ago

KOLANICH commented 7 years ago

I have tried a couple of shaders and saw them working. So I think, even though not all the shaders would work, having a feature to download and try shaders right in the app would be immediately useful. https://www.shadertoy.com/api http://glslsandbox.com/

rafaellago commented 7 years ago

I think that this may be a duplicate of #39

KOLANICH commented 7 years ago

Not quite, that one is mainly about compatibility, this one is mainly about having a builtin downloader.

markusfisch commented 7 years ago

Having a builtin downloader for those sites would sure be cool. Will come.