Phew! Thank you for that easy to understand intro to shaders! It seemed so complicated at first, but you made it really easy to understand. On a side note, those highschool trig classes really come in handy eh! 😅
@SuboptimalEng2 жыл бұрын
For sure. I honestly never thought I'd need Trigonometry again, but it's been fun brushing up on those skills.
@TigrayPanda2 жыл бұрын
Nice tutorial. Expecting part 2 on shaders
@SuboptimalEng2 жыл бұрын
Should be up in the next few days 😎
@100vivasvan2 жыл бұрын
Superb Tuorial
@timetosleep80552 жыл бұрын
very well explained, tyvm! 👍
@SuboptimalEng2 жыл бұрын
Glad to help!
@juanmacias59222 жыл бұрын
This is awesome, thanks!
@gerry._.y11 ай бұрын
0:26 do you mean different shader instead of no shader?
@danielocanto39682 жыл бұрын
Hey, do you have the file you use in the video?
@SuboptimalEng2 жыл бұрын
The code is on GitHub.
@ronolds6505 Жыл бұрын
This was a great tutorial. When I used "git clone" etc., it copied "all" the files over to my computer without a problem. However, when I open up the HTML file and run code, nothing shows up (no box). ??? What do you suppose I'm doing wrong? I see the code in the file ending in "jsx" (not an extension I'm familiar with). ??
@gabrieljreed Жыл бұрын
This is a React app, so you'll have to run it using that. I believe the first or second video in this series goes over how to set up the React project!
@marccawood Жыл бұрын
Your definition of shaders was a bit iffy right off the bat but your example shows you dont get it. You don’t need a more powerful computer to run shaders - all you need is a GPU. A shader has nothing to do with lighting per se, it’s ultimately just a program which runs on the GPU with massive parallelism.