Build a Mindblowing 3D Portfolio Website // Three.js Beginner’s Tutorial

곡유
μ†ŒμŠ€ μ½”λ“œ
  • κ²Œμ‹œμΌ 2024. 04. 27.
  • Learn the basics of Three.js - a tool for building amazing 3D graphics with JavaScript. In this tutorial, we create an animated 3D scrolling animation for a portfolio website github.com/fireship-io/threej...
    #3D #webdev #js
    πŸ”— Resources
    Three.js Docs threejs.org/
    WebGL Overview β€’ WebGL 3D Graphics Expl...
    Inspiration atelier.net/virtual-economy/
    Scrolling Animation with Three.js
    πŸ“š Chapters
    00:00 Mindblowing 3D Websites
    00:42 What we’re building
    01:19 What is Three.js
    02:12 Project Setup
    03:35 Scene
    03:52 Camera
    04:28 Renderer
    05:07 Geometry
    05:28 Material
    06:02 Mesh
    06:16 Animation Loop
    07:13 Lighting
    08:45 Three.js Helpers
    09:17 Orbit Controls
    09:56 Random Generation
    11:05 Scene Background
    11:37 Texture Mapping
    12:57 Scroll Animation
    14:36 CSS Grid
    πŸ€“ Install the quiz app
    iOS itunes.apple.com/us/app/fires...
    Android play.google.com/store/apps/de...
    πŸ”₯ Watch more with Fireship PRO
    Upgrade to Fireship PRO at fireship.io/pro
    Use code lORhwXd2 for 25% off your first payment.
    🎨 My Editor Settings
    - Atom One Dark
    - vscode-icons
    - Fira Code Font
  • κ³Όν•™κΈ°μˆ 

λŒ“κΈ€ • 1.3K

  • @stolensentience
    @stolensentience 2 λ…„ μ „ +4213

    Wow this adds a whole new dimension to my programming

  • @tobiasstiller8221
    @tobiasstiller8221 2 λ…„ μ „ +1207

    I rarely comment on any videos on youtube, but Jeff, the comprehensive yet compressed way of teaching things, like you do here, is more than awesome. it's so amazing. i am speechless. i really want to say thank you for your effort to contribute to the dev community in that way.

  • @bennailyes9303
    @bennailyes9303 2 λ…„ μ „ +373

    You’re the only guy that I slow the speed down instead of speeding it. in all my career as a developer, in my opinion, you're more productive than all I know. thank you a lot

    • @Titton
      @Titton 2 λ…„ μ „ +3

      +111

    • @emonymph6911
      @emonymph6911 2 λ…„ μ „ +11

      He is just a bloody showoff he doesn't teach he just shows off his own skillset, biggest tool in the industry.

    • @hothub8903
      @hothub8903 2 λ…„ μ „ +3

      @@emonymph6911 ikr

    • @nullbeyondo
      @nullbeyondo λ…„ μ „ +1

      Ah yes.. slow down.. sure... *sweats in 2x speed*

    • @ontheruntonowhere
      @ontheruntonowhere λ…„ μ „

      @@emonymph6911 That's what a teacher does, dufus πŸ€ͺπŸ€ͺ

  • @joshlavallee5255
    @joshlavallee5255 2 λ…„ μ „ +433

    Just a quick two suggestions:
    1) The texture loader can be instantiated once and used over and over no need to create a new one and load each time.
    2) A way to bump performance for the stars, since the geometry and material don't change for each of the 200 stars, only the position, take them out of the function so your page isn't instantiating a new geometry/material each call, just use the already created objects πŸ‘

    • @sam_bit7148
      @sam_bit7148 2 λ…„ μ „ +5

      Can you give more details about the first suggestion how to do it

    • @mikediaz7628
      @mikediaz7628 2 λ…„ μ „ +1

      Proxy geometry basically?

    • @DigitEgal
      @DigitEgal 2 λ…„ μ „ +2

      About 2) im thinking if he may go further to create a 4dimentional Website where you have a slider in your 3D World to change the perspective & make more Informations visible (similar to 4D Toys but with changing content instead of changing geometrys) that would really put a new dimension into coding 😜

    • @GekijoOkami222
      @GekijoOkami222 λ…„ μ „

      Yeah, f.e. when using vueJS.
      Instantiate the scene, renderer, camera and other utilities as globals so that you save on memory. Then bind them in the correct vue component and this way you can also use sub-components to do stuff with the same scene.
      Would be better if there was a vue-plugin, but I’m not sure there is one yet.

    • @programmingpython584
      @programmingpython584 λ…„ μ „

      random generation of stars 10:00 doesnot work properly on my side. Though it generates the stars but it messes with the torus geometry. Torus is taking the same color as the star and is not rotating, + also gets random position due to stars.

  • @katyj98
    @katyj98 2 λ…„ μ „ +2244

    *"It's guaranteed to get you a job, or your money back"*
    ... I paid nothing

  • @jonlothar6126
    @jonlothar6126 2 λ…„ μ „ +314

    Everyone's commenting at light speed, since we've been sitting here waiting for this for days!

    • @rma9490
      @rma9490 2 λ…„ μ „

      So true man!

    • @Fireship
      @Fireship  2 λ…„ μ „ +45

      I've been meeting with pro members all month, content frequency will increase in June

    • @user-ir2fu4cx6p
      @user-ir2fu4cx6p 2 λ…„ μ „

      I come here by accident ,

    • @jonlothar6126
      @jonlothar6126 2 λ…„ μ „ +5

      @@Fireship Sounds awesome! I didn't mean it as an insult at all - your content is definitely worth the wait!

  • @jessemoeller8557
    @jessemoeller8557 2 λ…„ μ „ +75

    This simple tutorial touches on so many different concepts in a non-trivial way. Well done! Excellent content.

  • @franthor
    @franthor 2 λ…„ μ „ +34

    Man it is so good that you offer the github repo for your videos. Thanks! That way I don't have to write every step and it is possible to grab the concepts much faster, just doing some changes to the code, testing stuff. Also the fast pace of the video is very good. I usually watch tutorials at 2x, not yours. Your video I may actually play more than once to get all the details. Good job!

    • @SilverishKitten
      @SilverishKitten λ…„ μ „ +1

      That's definitely not how you learn to code efficiently lol

    • @IshmamAhmed
      @IshmamAhmed λ…„ μ „

      @@SilverishKitten I don’t think that’s their point. Obviously you should learn concepts before copy pasting from GitHub repos but we don’t know if he/she did that

  • @drizzzzz
    @drizzzzz 2 λ…„ μ „ +127

    Best coding channel of all time

  • @pandawoan
    @pandawoan 2 λ…„ μ „ +194

    OMG YES! THIS IS LITERAL GOLD!

    • @alejosky
      @alejosky 2 λ…„ μ „ +17

      You used the word "literal" figuratively... my brain-compiler just exploded.

  • @Halfspacer
    @Halfspacer λ…„ μ „ +19

    I was happily typing away at work when Github Copilot suddenly suggested I add code to create a button. The code suggestion also happened to include an onClick URL to a KRplus video. And that's how I ended up here.

  • @GuilleAcosta124
    @GuilleAcosta124 2 λ…„ μ „ +4

    I saw this like a week ago and I said I need to follow along this tutorial. Everything worked flawlessly, thanks for introducing me to this world of 3D rendering stuff on browsers. Thanks!

  • @mayanksingh8840
    @mayanksingh8840 2 λ…„ μ „ +5

    You're just a great learner and a teacher!
    Hats off to you man, and not forgetting the developers behind three.js πŸ‘

  • @user-pm4vd6ij8i
    @user-pm4vd6ij8i 2 λ…„ μ „ +4

    one of the most awesome tutorial that I have ever seen. introducing concepts one by one and show the difference step by step. this is the correct way to illustrate something that seems complex to the beginner. this video taught me a lot not just the code. thansk!

  • @pablocortes682
    @pablocortes682 2 λ…„ μ „ +1

    Wow, just wow! Thank you so much for this tutorial. You made threejs so easy to follow, with the basics and its variables and possibilities, and how to apply it to a website, and all in just over 15 min. Thank you very much!

  • @vinodabcd
    @vinodabcd 2 λ…„ μ „ +8

    God! Your videos are on another level.. I've been leeching your videos for a while now but I had to comment - I think this is the near-perfect way to explain "code"... I can see the real-world applications, get inspired from all the possibilities, pick up computer science concepts as well as jot down what coding keywords I need to deep dive into... I'm not kidding but you've literally inspired me to pickup front-end dev (I'm currently an utter noob)..

  • @leonmher5342
    @leonmher5342 2 λ…„ μ „ +8

    Dude it’s insane! Fast and clear explanation. Thanks for saving our time, cause this could easily be a one hour long video lol

  • @FinlayDaG33k
    @FinlayDaG33k 2 λ…„ μ „ +97

    Me eyes: "This looks amazing"
    My brain: "R.i.p batteries"

    • @hellfire92837
      @hellfire92837 2 λ…„ μ „ +9

      and possibly cpu/gpu meltdown too

    • @Macatho
      @Macatho 2 λ…„ μ „ +8

      Indeed. Nothing worse than a website that makes your laptop go VROOOOOOM

    • @lxhan893
      @lxhan893 2 λ…„ μ „

      So this wouldn’t be a good idea?

    • @FinlayDaG33k
      @FinlayDaG33k 2 λ…„ μ „ +1

      @@lxhan893 Depends on your goals and values.
      On my website, I want my clients to use as little resources as possible without compromising on aesthetics too much.
      Some rather have all the gimmicks and eye candy instead.

  • @ChimkenAndRice
    @ChimkenAndRice 2 λ…„ μ „ +1

    I've been eyeing on threejs since the last few weeks for building my portfolio. The first 3 minutes of your video already gave me 2 ideas I can work on. Thanks a lot for this, It's golden!

  • @talhaibnemahmud
    @talhaibnemahmud 2 λ…„ μ „ +53

    Probably the best ThreeJS video on KRplus.
    Hat's off ❀️

  • @xinaesthetic
    @xinaesthetic 2 λ…„ μ „ +48

    Pro tip: if you change addStar() so that the geometry and material are initialised outside the loop and shared by all of them, it’ll be more efficient. Even more efficient, you can merge a bunch of geometries so you just have one mesh for all of the stars, and you save a bunch of draw calls and matrix math on the cpu.

  • @JandyCZ
    @JandyCZ 2 λ…„ μ „ +4

    I work as a developer/sw engineer. Your cahnnel alone made me jump 5 steps ahead in no time. Thanks to you I am not only interested in coding more, I am eager to discover new technologies and possibilities in my work and hobby.

  • @CainanParker
    @CainanParker 2 λ…„ μ „ +2

    You have a way of moving through things much quicker than other three.js tutorials, but for some reason it makes so much more sense.

  • @Rayzax94
    @Rayzax94 λ…„ μ „ +1

    the fact that as someone who is fairly new to programming I understood this whole thing, speaks a lot to you explaining abilities!!
    Awseome content! I"ll try it out this weekend, thank you!

  • @galabra1
    @galabra1 2 λ…„ μ „ +3

    This is fantastic! Such great methodological explanations and examples!
    Love it, thank you so much

  • @victorsaisse1340
    @victorsaisse1340 2 λ…„ μ „ +5

    Wow, amazing! I just finished the role tutorial, and it so satisfying to complete it as easy as you made look! Thank you so much, cheers from Brazil!

    • @Fractal_reComm
      @Fractal_reComm λ…„ μ „

      vc teve algum problema para rodar o three.js n estou conseguindo rodar o codigo

  • @andreimarian85
    @andreimarian85 2 λ…„ μ „

    It is just incredible how you explain everything that you are doing.Great example,great tutorial!

  • @nitsanbh
    @nitsanbh 2 λ…„ μ „ +1

    This is a GREAT tutorial!
    Full with useful info, skips the bs, and most importantly, not just reading the documentation site out loud

  • @andrewescu
    @andrewescu 2 λ…„ μ „ +35

    It's hard to go back to other youtube coding tutorials after getting use to this quality of content, keep it up man!

    • @daniels8112
      @daniels8112 2 λ…„ μ „ +1

      this is facts tho. sets my expectations far too high for any other content

  • @garathedra
    @garathedra 2 λ…„ μ „ +3

    You are the ultimate king of tutorials. Thank you !

  • @RMike-xq1cm
    @RMike-xq1cm 2 λ…„ μ „ +1

    After watching other videos and reading documentation I couldn't wrap my head around Three.js I wanted to ditch it but this video popped up. This was very comprehensive and most importantly very well structured.Thank you.

  • @ramiroandrescruz4504
    @ramiroandrescruz4504 2 λ…„ μ „ +1

    there is no way to not love these videos man, thank you for you great work

  • @Trixz-the
    @Trixz-the 2 λ…„ μ „ +8

    Nice video bro. Been waiting for that!

  • @fpspsyduck
    @fpspsyduck 2 λ…„ μ „ +4

    Yes! Was waiting for this tutorial!!

  • @mequambluespark8686
    @mequambluespark8686 2 λ…„ μ „ +1

    I don't normally comment on tutorial videos but this was so, so excellent and concise, you earned yourself a subscriber for this content! Well done :D

  • @sarpedonmontecarlo8397
    @sarpedonmontecarlo8397 λ…„ μ „

    This tut series are amazing,
    Your teaching style has a fresh vibe.
    The topic is amazing, creative in nature.
    Cheers!

  • @simas5983
    @simas5983 2 λ…„ μ „ +9

    I was literally researching how to make a 3D website an hour ago, then I go to my subscriptions and see this. WHAT

  • @ozzy2361
    @ozzy2361 2 λ…„ μ „ +4

    Wow thank you so much for this. I am about to finish my web dev course in college and this gave me such a wider view of whats possible in web development! Gives me something to do during summer!

  • @jbitbi2851
    @jbitbi2851 λ…„ μ „ +1

    Getting into this space as newbie, this tutorial lights me up with πŸ˜€infinite possibilities of creating/customizing stunning, fluid apps in D3 js. Thanks so much!

  • @Emileelime2
    @Emileelime2 2 λ…„ μ „ +1

    I rarely go out anymore during the weekends. Not because of Covid but because of this channel.
    Love these videos! Keep up the good work!

  • @raphaelbaier6984
    @raphaelbaier6984 2 λ…„ μ „ +9

    The surface off the moon is in fact still smooth (the vertices have not changed), the normal map just modifies how the Moon is lit by the shader, you would need some sort of vertex displacement, for actual bumps

  • @husler7424
    @husler7424 2 λ…„ μ „ +4

    Waiting for full tutorial on Three.js with full demo!πŸ’₯

  • @user-ym7un8bn2i
    @user-ym7un8bn2i λ…„ μ „

    Whoa that's just outstanding! I've never thought something like that is possible to do in simple programming, it's completely impressive! That's some incredible ability to learn here.

  • @smokeyoak
    @smokeyoak λ…„ μ „

    Love that short css-grid explanation a the end. So much better than the way we used to do it

  • @boiimcfacto2364
    @boiimcfacto2364 2 λ…„ μ „ +104

    This might be weird, but I love how you use emojis throughout the video! Most tutorials seem too formal and don't really spark interest in the subject but the bright colours, emojis and (especially) your narration make the video all the more fun and interesting! Been subscribed for long, can't wait to see you hit a million subs soon :)

    • @avatr7109
      @avatr7109 2 λ…„ μ „ +3

      why would be that weird
      *STAND BY YOUR CHOICE*

    • @luimu
      @luimu 2 λ…„ μ „ +2

      zoomer moment

    • @RealityRogue
      @RealityRogue 2 λ…„ μ „ +10

      ​@@avatr7109 A lot of older programmers feel like it has to be completely formal or else its not worth their time.
      You can easily spot these individuals because they will say things like "zoomer moment"

  • @fidgetymouse
    @fidgetymouse λ…„ μ „ +5

    Amazing tutorial. I kinda went a bit overboard though and I spent a day rewriting Sebastian Lague's planet gen code to work with ThreeJS (pretty much only kept the methods for combining noise). Ended up having to learn glsl to make it work using a ShaderMaterial.

  • @diddlybop
    @diddlybop 2 κ°œμ›” μ „ +1

    This tutorial got me started with web animation, thanks for putting this out! Now I'm building with react and three-fiber, and it's all because I watched this video!

  • @Behuman20
    @Behuman20 2 λ…„ μ „ +1

    That’s awesome. Thanks for making such amazing videos and keeping them short and to the point.

  • @jurgvds
    @jurgvds 2 λ…„ μ „ +4

    When fireship makes a Tutorial on something it becomes official for me

  • @amineyoussefi5311
    @amineyoussefi5311 2 λ…„ μ „ +3

    Dude u litteraly juust raised a new path 4 me

  • @jamesmoffitt4503
    @jamesmoffitt4503 λ…„ μ „ +2

    I tried three 50 minute videos and they couldn’t even get the damn program installed on my computer. In 15 minutes you have me making 3D objects that I can play with. You’re the man.

  • @edhead76
    @edhead76 3 κ°œμ›” μ „

    i was getting bored with the staticness of these two dimensional pages I was limited to. This blew my mind and I can't get over how simple it is to add some straightforward javascript to really bring the page to life. Thank you for putting this together!!

  • @MobiusCoin
    @MobiusCoin 2 λ…„ μ „ +58

    Vite? At this point I'm going to have different tooling for every project I work on.

  • @minecrafthamody3082
    @minecrafthamody3082 2 λ…„ μ „ +3

    A truly masterpiece

  • @JonCianci12
    @JonCianci12 2 λ…„ μ „ +1

    This is one of the coolest tutorials on three js! I’m excited to get started!!!

  • @TH3BADRO
    @TH3BADRO 2 λ…„ μ „

    This is the most awesome tutorial I have seen about Three.js. Thank you !

  • @juanloutech2864
    @juanloutech2864 2 λ…„ μ „ +3

    Very nice tutorial! It's interesting to feel it so natural when you have been doing 3D game dev before with something like Godot.
    Thanks man!

  • @klutch4198
    @klutch4198 2 λ…„ μ „ +3

    YASSSSSS!!!!! THE BEST!!!!! πŸ”₯πŸ”₯πŸ”₯

  • @Luisja_c
    @Luisja_c 5 κ°œμ›” μ „

    you have no idea how much this helped, I always reference you in my projects, thanks for being my sensei

  • @dannx3144
    @dannx3144 λ…„ μ „

    the way u explained it was so smooth, love this

  • @skycrazyk
    @skycrazyk 2 λ…„ μ „ +6

    It was really interesting! I thought programming 3D animations more difficult, but now I think I should try it

    • @sebastianibe8147
      @sebastianibe8147 λ…„ μ „

      L l. L. Mmmm mmmmmmm/mmmmmm m. I. Γ–l oo. Γ–l l l. Lmm/mmmmmm n ooookoook ooookoook kmkkm/. Mmmmmmknlkkkkkkk. N. Kmkko l k o lol. I lol kkl OK kk OK. OK k l Oooooo9oooo oo oookooko I ooookoook k oo onooll ooonn9ooooo. Oo ooookoook and then I opened it to 0o9o9 ooooooooo9o9oo9ooo9999999 to make a good friend 0o9o9 Oooooo9oooo. Mm mmmom/. Mmmm/nnnnnmm0nnoo. O0 0 II ooo{oooooooo{oooo{{of oooooool. {{oooooo9o9oo9ooo9999999 nooooooo9o0o0okolooooooooioooo9olooo. Oooooo9oooo N no o. Poo. I. Poo {x9x69. 599m 5fk6f f6o t. Of Mo.. I o m fkfxtf. Zoom in oxft 6.oofkf6fktof.?!!. do..! Ox659. X. 5. 5otxof I. 5 of96fkkxmf o9fp6 9m5x.9x9.66o. Fkf o5fot. Fooxofkffofu. Click Click Click Click OK. Click This ist of. Kf.. F. on. on of. F.? Kfk. F.. It. CT.?! Tkxot9. T9f9 o6mffktk6kkf96. Too 6k from f9ckf mf96m96mcx9c9tofkfofoko. Okf I. I. Co.! Co. I. On ock. I. Co. Gott... Oof9. Fk59. C5l5ofk95kf9 95l!!!.?. 9!.?.

    • @sebastianibe8147
      @sebastianibe8147 λ…„ μ „

      Momomm{mm mooooommm{

    • @sebastianibe8147
      @sebastianibe8147 λ…„ μ „

      Oomo{m

    • @sebastianibe8147
      @sebastianibe8147 λ…„ μ „

      KmmΓΆmmmmmm{{kkk

    • @sebastianibe8147
      @sebastianibe8147 λ…„ μ „

      KmmΓΆmmmmmm{{kkkk

  • @abhiramsatpute
    @abhiramsatpute 2 λ…„ μ „ +9

    People might need to do an `npm install` before the `npm run dev` at 2:48

    • @crank9847
      @crank9847 λ…„ μ „

      I made it but i got an error anyways, that the "dev" script is missing

  • @ginger-viking
    @ginger-viking 2 λ…„ μ „

    This entire video was incredible. Using grid to make 12 equal columns blew my mind.

  • @TJames7869
    @TJames7869 2 λ…„ μ „

    Dude this is exactly the tutorial ive been looking for, for so long. Thanks

  • @tanmay______
    @tanmay______ 2 λ…„ μ „ +112

    1:12 β€˜about as realistic as the official moon landings’
    What’s that supposed to mean lol

    • @zanarkandmusic
      @zanarkandmusic 2 λ…„ μ „ +24

      Glad I'm not the only one who noticed that!

    • @matisowagm
      @matisowagm 2 λ…„ μ „ +44

      Dont tell me this guy is a conspiracist

    • @Mopark25
      @Mopark25 2 λ…„ μ „ +18

      @@matisowagm he's joking lol

    • @arthureroberer
      @arthureroberer 2 λ…„ μ „ +27

      from joke to joke the truth peeks out

    • @shb8651
      @shb8651 2 λ…„ μ „ +6

      1:09

  • @Lolztech
    @Lolztech 9 κ°œμ›” μ „ +11

    idk what's happening but i cant follow half of the instructions here without something going wrong - Node JS isnt working as shown, the TextureLoader command is not recognizing the image path - perhaps this tutorial needs an update?

  • @iba001
    @iba001 2 λ…„ μ „ +1

    You've got magical tendency to post a video about topics I was πŸ€” about (threejs AND putting together a portfolio website). Never thought of combining both but you might be onto something!

  • @terrorwizard4055
    @terrorwizard4055 2 λ…„ μ „

    This is crazy !!! Expained very well. Need more tutorials on this.

  • @SimpleLangSolution
    @SimpleLangSolution 2 λ…„ μ „ +13

    Welp, there goes my weekend.

    • @spectralquill1810
      @spectralquill1810 2 λ…„ μ „ +1

      Me too. Coder compulsiveness is itching againπŸ˜…

  • @spicybaguette7706
    @spicybaguette7706 2 λ…„ μ „ +17

    You can improve the moon with something called triplanar mapping, which basically takes an image for the x, y, z planes and projects them on the sphere. When you blur the edges you can get a really nice texture.

    • @mrmelon54
      @mrmelon54 2 λ…„ μ „ +11

      "its about as realistic as the moon landings"
      me: but the moon landings were real?

    • @kccupido3518
      @kccupido3518 2 λ…„ μ „ +1

      @@mrmelon54 or was it? Hmmmmmmm

    • @hurricanemeridian8712
      @hurricanemeridian8712 2 λ…„ μ „ +3

      @@mrmelon54 That sentence got me too... bruh

    • @nullbeyondo
      @nullbeyondo λ…„ μ „ +1

      @@mrmelon54 He meant the footage of the moon landing cause it is low quality, not the landing itself. It should be obvious cause we talk about rendering in this video.

  • @bogdan07271997
    @bogdan07271997 2 λ…„ μ „ +2

    Great content my friend. Concise in information and extremely facile for learning. Keep up the good work!

  • @DodaGarcia
    @DodaGarcia 2 λ…„ μ „ +2

    I didn’t think I could be a bigger fan of this channel, and then you bring up Blender πŸ’˜

  • @FahadAli-ot5kn
    @FahadAli-ot5kn 2 λ…„ μ „ +9

    Hit the subscribe button and smash like button he is really genious person ...if u can't learn anything that's not a problem but hid idea is cool...

  • @aaxen7255
    @aaxen7255 λ…„ μ „ +9

    Great tutorial, well explained. Question: where to host such a project? I'm assuming typical shared hosting doesn't support three.js ...?

    • @red.46
      @red.46 λ…„ μ „ +12

      as long as the host supports a javascript website, you can use threejs. I use github pages to host my threejs website with react.

    • @aaxen7255
      @aaxen7255 λ…„ μ „ +2

      @@red.46 thank you

    • @SapphireKR
      @SapphireKR λ…„ μ „ +2

      @@red.46 how do you do this? I have spent hours and hours trying to figure it out, if you could help I would really appreciate it!

  • @HP-ol2ux
    @HP-ol2ux 2 λ…„ μ „

    ah... this content is gold. Not a second is wasted, and yet, it does not feel too fast, amazing

  • @williamduncan7401
    @williamduncan7401 2 λ…„ μ „ +61

    The actual way to do this is record the 3D as a video and advance through the video with scroll. Why?
    - browser compatibility
    - no realtime rendering (compatibility with low spec devices)
    This is great if you want to code an online game, for which the user would understand a decent pc is required. But for a website meant to be opened by anyone... Imagine a recruiter opening your website on their 4GB ram i3 Windows 8 computer, they start lagging, they can't scroll because of lag, etc. Wouldn't be a pleasant experience.
    Hence you render the animation in advance, record it and put it in the background. Autoplay off, on scroll show next frame of the video.
    Note: this is not something that I invented, it's what popular websites (that require compatibility) use for fancier graphics. If all you wanna add to your website is something like a globe, it's probably alright, just beware that making a nice 3d scene might be too heavy for some of your visitors to handle.

    • @Achelon
      @Achelon 2 λ…„ μ „ +3

      I wonder if this really is a problem nowadays. I've been doing some stuff with the google 3d-viewer component and have not really had problems with cheap phones etc.

    • @AlphaQup1597
      @AlphaQup1597 λ…„ μ „

      This is how i think too

  • @jonasex3001
    @jonasex3001 2 λ…„ μ „ +42

    "it doesn't look perfect but it's about as realistic as the official moon landz#&%" πŸ˜‚πŸ˜‚

  • @WilliamMelton617
    @WilliamMelton617 2 λ…„ μ „

    Awesome video! I've really missed the longer and more in depth content

  • @Blentux
    @Blentux 2 λ…„ μ „

    I almost cannot believe how easy this seems to be...awesome!

  • @peterferencz
    @peterferencz 2 λ…„ μ „ +4

    I literally just learnt about this framework a few days ago, and was wondering if someone has a tutorial for it

  • @Flocksta
    @Flocksta 2 λ…„ μ „ +31

    β€œBeginner friendly” 😒

  • @rulesofsuccessfullife6098
    @rulesofsuccessfullife6098 6 κ°œμ›” μ „

    Trust me if my mom wasn't here I would have gave a standing ovation to your method of teaching, hats of to you jeff! thanks for making me your new subscriber I'm lucky one.

  • @amiteshdebnath1204
    @amiteshdebnath1204 2 λ…„ μ „

    So compact so informative...this literally explained a lot of complicated fundamental things for me. Thank you.

  • @Wolflund2012
    @Wolflund2012 2 λ…„ μ „ +4

    The moonlanding was real tho

  • @juliandavidalfonsomoreno6798
    @juliandavidalfonsomoreno6798 2 λ…„ μ „ +18

    14:58 how did you do that? The way you show the actual grid in vs code 😧

    • @MatiasDiezCanseco
      @MatiasDiezCanseco 2 λ…„ μ „ +5

      Mozilla Firefox has great visual feedback in the developer's tools. Check that out, you will find the grid helpers there.
      Don't know how to do it in vscode though.

    • @mohammedjawahri5726
      @mohammedjawahri5726 2 λ…„ μ „ +1

      leaving this here in case anyone replies with how lol

    • @mr.hahamuffingobrr3613
      @mr.hahamuffingobrr3613 2 λ…„ μ „ +1

      Could be wrong but I'm pretty sure that's added in post

    • @nebulousnomad
      @nebulousnomad 2 λ…„ μ „ +1

      Firefox developer tools allows you to highlight grid and flexbox. You can find it on the far right when you focus on an element that has `display: flex or grid`.

  • @versatilevirtuoso1352
    @versatilevirtuoso1352 2 λ…„ μ „

    So much information in just 15 mins. This is awesome!!!!

  • @reubenroy
    @reubenroy λ…„ μ „

    What absolute beasts Jeff and the Three.Js guys are!! Incredible!!

  • @CarlitoProductions
    @CarlitoProductions 2 λ…„ μ „ +6

    does it affect performance on the site in any way when navigating/scrolling? I was talking to a friend today about using ThreeJS and GLSL in a future project, and not sure how many models you can render on screen at a time with ThreeJS before it slows down visibly. Would love to know performance comparison of a site with and without rendered objects.

    • @lucasjames8281
      @lucasjames8281 2 λ…„ μ „ +2

      Depends on the power of the clients machine id assume

  • @iviixio
    @iviixio 2 λ…„ μ „ +3

    On No! Fireship is taking my job away :')

  • @technicolourdream
    @technicolourdream λ…„ μ „

    Love the sly moon landing jab!
    Thanks for the great tutorial.

  • @EngineerNick
    @EngineerNick 2 λ…„ μ „

    What's mindblowing is how concise you managed to make that :) ! My own introduction to threejs was a loooong and painful process.

  • @louisconnors8616
    @louisconnors8616 2 λ…„ μ „ +6

    when running npm run dev, i get an error saying that vite cannot be found and worker_threads module cannot
    be found. Any one have a solution?

    • @ricasfbp
      @ricasfbp 2 λ…„ μ „ +1

      same problem :/

    • @ricasfbp
      @ricasfbp 2 λ…„ μ „ +5

      i might have found the answer, after running:
      npm init @vitejs/app
      You just run these 3 commands:
      cd (name of your project)
      npm install
      npm run dev

    • @Golmixer
      @Golmixer 2 λ…„ μ „

      @@ricasfbp thanks a lot!

  • @MaciejJankowskich
    @MaciejJankowskich 2 λ…„ μ „

    Hey! You're da Man! I have watched a lot of tutorials and this one is really appealing.
    Here is what makes it work for me: You speak fast and video is really well edited - that helps to keep the pace fast and engaging! It is not boring for more advanced users and the novice can slow it down. You are adding "pop-up" explainers for some topics outside of the scope, which is awesome!
    Job well done! p.s. I would like to work with you :)

  • @ohs3099
    @ohs3099 2 λ…„ μ „

    Great channel! Waiting for this tutorial for so long. ❀️

  • @Trixz-the
    @Trixz-the 2 λ…„ μ „ +4

    I have a question. Must I install vite with react to use three.js?

    • @salmanarshad8861
      @salmanarshad8861 2 λ…„ μ „

      No

    • @salmanarshad8861
      @salmanarshad8861 2 λ…„ μ „ +1

      Vite is optional

    • @Fireship
      @Fireship  2 λ…„ μ „ +2

      You don't need react. Vite is just an easy way to setup a project with NPM and hot module replacement, but it's not necessary.

    • @Trixz-the
      @Trixz-the 2 λ…„ μ „

      Ok thankyou. πŸ™

    • @codelightsparkles2403
      @codelightsparkles2403 2 λ…„ μ „

      But if you want to use react then there is package called react three fiber which is awesome

  • @gman9mm1
    @gman9mm1 2 λ…„ μ „ +4

    Hey man! I have a quick question for ya! When I deployed my Portfolio based on this on gh-pages and Vercel, they both won't load the styles, nor animations... any ideas on why this may be? I'm not sure if Vite is causing issues of some sort, but it seems to be having issues with routing despite my project having an identical structure to yours. Otherwise it returns with a 404...

  • @the-real-random-person
    @the-real-random-person λ…„ μ „

    Yooo so nice you're so good at making tutorials!! Continue like that!!

  • @SayantanDeyIshanz23
    @SayantanDeyIshanz23 2 λ…„ μ „

    I started reading about three js today and this your starter video arrives! ❀️

  • @jaygrollman8856
    @jaygrollman8856 2 λ…„ μ „ +7

    How do you exist

  • @holigan5392
    @holigan5392 2 λ…„ μ „ +4

    First