njbrown / texturelab

Free, Cross-Platform, GPU-Accelerated Procedural Texture Generator
Other
735 stars 45 forks source link

Export to shadertoy (or three.js) #2

Closed boulabiar closed 4 years ago

boulabiar commented 4 years ago

This application is so cool. I like how easy it is to connect components and that there are many ready to use ones.

I just have a suggestion to add a glsl exporter (to shadertoy).

Thanks :)

njbrown commented 4 years ago

This application is so cool. I like how easy it is to connect components and that there are many ready to use ones.

heh thanks.

I just have a suggestion to add a glsl exporter (to shadertoy).

This isn't possible because of the way TextureLab is structured. It's mean for generating textures, not shaders. It's a cool idea but it isn't a long-term goal of the project.

Checkout Material Maker. I think it does what you want.