@simondev758
  @simondev758
SimonDev | Three.js Post Processing Tutorial | Easy & Quick for Beginners (JavaScript) @simondev758 | Uploaded 3 years ago | Updated 3 hours ago
Follow me on:
Patreon: https://www.patreon.com/simondevyt
Twitter: https://twitter.com/iced_coffee_dev
Instagram: https://www.instagram.com/beer_and_code/
Github: https://github.com/simondevyoutube/

In this project we're looking at Three.js post processing in a bit of detailing, starting with how post processing works in general, looking at some examples of how to do post fx by hand using an image editor, and finally diving into three.js's apis looking at classes like EffectComposer, RenderPass, and ShaderPass. We'll walk through the code step by step, getting a few different post processing effects up and running, including both built-in ones and we'll touch on how to build your own using ShaderPass.

This is another in a series of Three.js beginner tutorials, aimed at helping you get setup right from the ground up. Since these are beginners courses, they're aimed at people with no background and assume very little prior experience. With each project, you should have a solid understand of both the code as well as the concepts involved, in this case being what the three.js post processing framework is capable of.

The three.js library is available in JavaScript for cross-browser 3d graphics, wrapping webgl and making high level functionality available in the web browser. It’s an extremely mature and well maintained library that I use for many of these videos.

In the video, we cover:
* Post Processing, what is it, including examples from other forms of media.
* Three.js API's like EffectComposer, RenderPass, ShaderPass, GlitchPass, and UnrealBloomPass
* How to instantiate and use post-fx in JavaScript.
Three.js  Post Processing Tutorial | Easy & Quick for Beginners (JavaScript)3D World Generation #7: Speeding it up via Threading (JavaScript Web Workers & Three.js)Fluffy, Soft Particles (WebGL/Three.js)How do Major Video Games Render Grass?SimonDev Course Announcement! | Course TrailerIs the COST of JavaScript’s GC REALLY that high?What Big-O notation ACTUALLY tells you, and how I almost failed my Google InterviewWhen Optimisations Work, But for the Wrong ReasonsFog, Basic Fog, and Better Fog (Three.js Tutorial)So how does your computer ACTUALLY compute sine? Basics of trig and more…How Big Budget AAA Games Render BloomHow I Optimized My JavaScript Project (Complete Walkthrough) | Faster Spatial Hash Grids

Three.js Post Processing Tutorial | Easy & Quick for Beginners (JavaScript) @simondev758