I am trying to implement a parametric curve builder on a fragment shader in GLSL.
I managed to make an elementary element by iterating a parameter and drawing a circle for each calculated position.
You can find the (working and commented out) code here .
Here are my questions:
: , - VJing,