Rich-Harris / svelte-gl

Just an idea. For now.
191 stars 4 forks source link

Mathbox 2 as a reference. #3

Open saabi opened 5 years ago

saabi commented 5 years ago

Mathbox and ShaderGraph have not been updated in a while unfortunately, but they're really great examples of a composable webgl/shader framework.

I think it's worth looking into them for inspiration.

This article gives some examples of an XML/JSX syntax for composition: http://acko.net/blog/mathbox2/

munrocket commented 5 years ago

ShaderGraph is must-have feature.

AlexDaniel commented 3 years ago

For what it's worth, three.js has undocumented but very functional shader nodes. There's no graphical interface but they are still usable.