Hey Olivier, First of all thank you for your incredible work and the inspiration you give! I might like to correct something in your video: const textures = useTexture(projects.map(project => project.src)) As you shouldn't call hooks inside a loop and it may result in an error.
hai brother I appreciate your effort.please try to start the video from scratch instead of starting from setup. then definitely beginners will get benifited by you
Do it yourself :D hooo sorry was I too harsh? mmmmm yes maybe :). He spares his free time teaching us new technologies so no need to be rude so I think a please or a thank you would be nicer and more polite for thank him on his hard work on his free tutorial ;)
@@silverdezign You're absolutely right! Thanks for the reminder. Huge thanks to him for creating these awesome tutorials and sharing their knowledge for free. It's fantastic!
You are my new goat, I'm going to start studying webGL
how many goats you got?
Hey Olivier,
First of all thank you for your incredible work and the inspiration you give!
I might like to correct something in your video:
const textures = useTexture(projects.map(project => project.src))
As you shouldn't call hooks inside a loop and it may result in an error.
Well explained thanks a lot Olivier!! good work!!
More R3F and shaders tutorials too 🙏🏽
Needed this. Love your channel 🎉
bro is calling us all mid level developers, by showing off this
😥
🤣🤣🤣 I'm feeling inpired to start learning this
Awesome Stuff ❤❤❤❤❤❤ Love this
Hi, thank youy so much for this tut.
How do you debug shaders???
Informative!
bro, can you tell please what vs code theme settings are you using or just drope the JSON preference . I will thank you a lot 🙏🏼🤝🏻
LOVE YOUR VIDEOS Keep it up ♥♥♥
29:03: useAspect to resize image currectly!!
thank you so much
Sir can you please remake Apple's Navbar. How the animation there works. It has a smooth blend dropdown. How to do it with Framer motion?
YOU ARE GEM❤
thanks, can you re creat the Fashion Slider of swiper js please ?
this is shader work.. again.
good job, i like using rgbeffect(colorshader) with this kind of effect
I tried rgb effect using this it came out cool!!
export const fragment = `
varying vec2 vUv;
uniform sampler2D uTexture;
uniform vec2 uDelta;
void main() {
vec2 redUv = vUv + vec2(-uDelta.x * 0.0005, -uDelta.y * 0.0005);
vec2 greenUv = vUv + vec2(uDelta.x * 0.0005, 0.0);
vec2 blueUv = vUv + vec2(0.0, uDelta.y * 0.0005);
vec4 red = texture2D(uTexture, redUv);
vec4 green = texture2D(uTexture, greenUv);
vec4 blue = texture2D(uTexture, blueUv);
gl_FragColor = vec4(red.r, green.g, blue.b, 1.0);
}
GOAT
Interesting!
hai brother I appreciate your effort.please try to start the video from scratch instead of starting from setup. then definitely beginners will get benifited by you
It just basic setup which you can copy from repo. It is unnecessary to make another tutorial about basics of ReactJS.
Only sad thing is that, they don't work on mobile devices
Build a full frontend website
Do it yourself :D hooo sorry was I too harsh? mmmmm yes maybe :). He spares his free time teaching us new technologies so no need to be rude so I think a please or a thank you would be nicer and more polite for thank him on his hard work on his free tutorial ;)
@@silverdezign You're absolutely right! Thanks for the reminder. Huge thanks to him for creating these awesome tutorials and sharing their knowledge for free. It's fantastic!