How to learn glsl
AnsweredHi,
If I want to skillfully modify Vertex Shader and Fragment Shader and get the desired effect. What kind of learning process should I go through? Can you come up with a complete tutorial?
-
Moving this topic to the rendering section of the forum.
0 -
This is a great question, thankyou for asking.
Rightware does not currently have any material that teaches users how to write shader code, as this is expected to be known before development as it is a very complicated topic.
However there are great materials that exist on the internet that are recommended:The following site called the book of shaders covers many of the basic topics required for writing shaders. Examples are provided, and are great way to start your journey into writing shaders.
https://thebookofshaders.com/
There are also many youtube tutorials that exist please see the following;
https://www.youtube.com/watch?v=uwzEqeMd7uQ&list=PLFky-gauhF452rW98W4cyZ8_2fXBjfGOT
https://www.youtube.com/watch?v=f4s1h2YETNY
https://www.youtube.com/watch?v=3mfvZ-mdtZQ&t=1879s
I hope this helps, and please post any examples you are looking to create, or have created and perhaps someone from the community can assist.0 -
Thank you for your reply. I want to draw a curve dynamically, and the amplitude of the curve moves all the time, just like an electrocardiogram.
0 -
Please see the example here as this may get you a similar effect that you are looking for.
https://support.rightware.com/hc/en-us/articles/360000133470-Energy-Graph-example0
Please sign in to leave a comment.
Comments
4 comments