List of links where to learn computer graphics
Added 2023-10-21 16:22:45 +0000 UTCHi,
Here a list of mostly youtube pages where to learn a bit more what happen when we render an image.
This the best course i found until now, absolutely 0 code involved:
https://youtube.com/@cem_yuksel?si=fBXGG2ysN6IHpYHj
This guys is a good teacher. I got a lot of isparation from the course.
Next one is the most precise and technical,they use gns composer a visual scripting platform that runs on the web.
You can export each project you do to a stand alone web application or to a c++ / java project… yes is insane :
https://youtube.com/@gsn-composer?si=iwSms-DBnGd-9V2o
If you like to understand the math behind things and have a university level course:
https://youtube.com/playlist?list=PL_w_qWAQZtAZhtzPI5pkAtcUVgmzdAP8g&si=RmmcGqN7Qg6_hgc6
Do not be scared about a bit of glsl or python or in general math and programming. Learning a bit will make you do what is in your mind in a more efficient way!!
I learn how to deal with geometry in TD in 8 years… but only because i never pay attention to the rigth things. All was already there since the beginning:-).
https://youtu.be/Kgr5GFibIHU?si=fc75bnYzfgALAKZs
Happy programming!!!