iY0Yi / ShaderBoy

Simple text editor that lets you write Shadertoy shaders more comfortably, anytime, anywhere.
https://shaderboy.net/
143 stars 5 forks source link

suggestion: read from shadertoy / export Json. #27

Open FabriceNeyret opened 2 years ago

FabriceNeyret commented 2 years ago

Could it be possible to directly import a shadertoy shader ? ( via the official API, or even via Json files ). Convertly, could it be possible to save a Json file ( for import in shadertoy via the unofficial plugin ) ?

thanks !

iY0Yi commented 2 years ago

I think JSON is the first step. Because my another shader editor has already supported exporting the JSON. I add it to the roadmap. Maybe direct importing from a Shadertoy ID is not so difficult too. We must want Shadertoy assets too lol

FabriceNeyret commented 2 years ago

Le 28/02/2022 à 17:34, Atsushi Hashimoto a écrit :

I think JSON is the first step. Because my another shader editor has already supported exporting the JSON. I add it to the roadmap. Maybe direct importing from a Shadertoy ID is not so difficult too.

cf howto about the API: https://www.shadertoy.com/howto#q2

( but json is useful too )Message ID: @.***>

--

Fabrice