tahtituho / shader-system

simple framework for shader coding and music sync
The Unlicense
1 stars 0 forks source link

support for procedural textures #17

Open helgrima opened 5 years ago

helgrima commented 5 years ago

system should support textures which are rendered with fragment shaders. they can be static, generated one time during start up or constantly updated with uniform variables from rocket.

helgrima commented 4 years ago

Related to #18 and some code for this is already done in branch procedural-textures