Threejs TypeScript Course

Поделиться
HTML-код
  • Опубликовано: 6 апр 2024
  • Documentation : sbcode.net/threejs/
    Welcome to my course on Three.js and Typescript.
    There are 2 possible ways to access the video content in this course,
    1. Udemy : www.udemy.com/course/threejs-...
    2. RUclips Membership : / @sbcode
    Course Coupons : sbcode.net/coupons#threejs
    TypeScript introduces static type checking, which means you can explicitly define the types of variables, function parameters, and return values. This catches potential errors during development, making your code more robust and reliable.
    TypeScript also integrates well with modern IDEs and offers intelligent code hinting and autocompletion.
    Threejs has become a hugely valuable resource on the internet and provides millions of possibilities, however many new learners struggle in their early stages while trying to de-cypher the huge amount of resources on the internet.
    So this is where this course will help you. It will guide you first with the essential basics of using Threejs and its related addons library, and as the course progresses, each now concept will build on the previous, and become increasingly more sophisticated, so that you understand the problem that each new concept was designed to solve.
    So, at the end, you would have covered many of the requirements to understand how to build your own Threejs projects and also understand the official examples better. This is so you can confidently continue on your own to build much more complex applications in the future.
    All the code demonstrated in the videos, is provided in this accompanying documentation, that you can access for free online, so that you can easily copy and paste and participate alongside the videos.
    So, if you know that you like coding, you like seeing it work for yourself, and you like to experiment, and have millions of ideas that you want to explore, then this course is for you.
    There is much to learn, but in the end you would have developed the techniques required to build your own Threejs projects and participate more effectively in the 3D developer community.
    Thanks for taking part in my course, and I hope to see you there.

Комментарии • 3

  • @JurekZydek
    @JurekZydek 2 месяца назад

    Hey! I just bought your UDemy Course about Three JS. I learned a lot from it!
    Unfortunately, I have a problem to solve at work with a new project. I have to include in ThreeJS the function:"Screen Space Reflections". I have no idea how to do it...
    I searched the Internet and it turned out that the native SSR function is already deprecated and I guess the only option is to use the script:"Realism-effect". However, I couldn't manage it....
    Any chance you could record a tutorial on how to implement SSR in the current version of Three JS?
    Thank you very much and best regards!

    • @sbcode
      @sbcode  2 месяца назад

      There is an official SSR example and it works with the latest threejs.
      threejs.org/examples/?q=ssr#webgl_postprocessing_ssr

    • @JurekZydek
      @JurekZydek Месяц назад

      @@sbcode Thank you! I've seen this example probably a thousand times and always thought it was the old version of SSR....