Setup Menus in Admin Panel

GLSL Shaders from Scratch is a comprehensive course that teaches you how to create stunning visual effects for your web projects using the powerful programming language, GLSL. This course teaches you how to use THREE.js as your development platform to create shaders that will elevate your projects to the next level.

Course Instructor
Duration

3 hours, 40 minutes

Last updated

March 20, 2023

5
Students

2

Original price was: £59.00.Current price is: £19.99. inc. VAT

More about the course

The course covers many topics, starting with GLSL and shader development basics. You will learn about shaping functions in your shaders to create various shapes and patterns. The course will also teach you how to use noise functions to create wood and marble textures.

Using texture

The texture is an essential element in any shader, and this course will teach you how to use texture to enhance the visual appeal of your projects. You will learn to apply textures to your shaders and manipulate them to achieve the desired effect.

What is Bump Mapping 

Bump mapping is another technique that will be covered in this course. This technique creates the illusion of depth and texture on a flat surface. You will learn how to use bump mapping to add depth and realism to your shaders.

Creating a custom post-processing shader is a crucial skill for any developer who wants to take their projects to the next level. This course will teach you how to create custom post-processing shaders that give your projects a unique look and feel.

What is Fresnel shading?

Finally, the course will cover Fresnel shading, a technique that creates a glossy, reflective surface. You will learn how to use Fresnel shading to create realistic surfaces that naturally reflect light.

This course is a comprehensive guide to GLSL shader development using THREE.js as your development platform. You will learn how to create shaders using shaping functions, noise functions, textures, bump mapping, custom post-processing shaders, and Fresnel shading. By the end of the course, you will have the skills and knowledge to create stunning visual effects that will take your web projects to the next level.

After completing this course, you can do the followings with your newfound skills:

After completing the GLSL Shaders from Scratch course, you will have the skills and knowledge to create stunning visual effects using GLSL shaders with THREE.js. Here are some things you can do with your newfound skills:

  •     Create custom shaders for your web projects: You can create custom shaders that can enhance the visual appeal of your web projects, such as websites, online games, or interactive experiences.
  •     Develop unique and creative visual effects: You will have the tools to develop unique and creative visual effects that can bring your projects to life and make them stand out from the competition.
  •     Optimize shader performance: You will learn how to optimize shader performance, allowing you to create shaders that run smoothly and efficiently on a wide range of devices.
  •     Apply shaders to game development: You can apply your skills to game development, allowing you to create stunning visual effects for games that can improve the overall gaming experience.
  •     Create custom post-processing effects: You can create custom post-processing effects that can give your projects a unique look and feel, such as bloom, depth of field, and motion blur.
  •     Create realistic textures: You can create realistic textures using noise functions, which can be used to create a wide range of natural and synthetic textures, such as wood, marble, and clouds.
  •     Create glossy and reflective surfaces: You will learn how to create glossy and reflective surfaces using Fresnel shading, allowing you to create realistic surfaces such as water or metal.

Completing the GLSL Shaders from Scratch course will equip you with the skills and knowledge to create stunning visual effects that enhance your web projects and captivate your audience.

Who is this course for?

The GLSL Shaders from Scratch course is for web developers who want to take their web projects to the next level with stunning visual effects. This course is designed for developers who have experience with web development and programming and who are familiar with JavaScript and HTML.

Additionally, this course is ideal for developers interested in using THREE.js as their development platform for creating shaders. It is also suitable for game developers, graphic designers, and artists who want to learn how to create custom shaders for their projects.

Whether you are a beginner or an experienced developer, this course provides a comprehensive and technical introduction to GLSL shader development using THREE.js so that you can create stunning visual effects for your web projects.

Why Choose Learn GLSL Shaders from Scratch course?

  • Conducted by industry experts
  • Get Instant E-certificate
  • Entirely online flexible learning
  • Developed by qualified professionals
  • Self-paced learning and laptop, tablet, and smartphone-friendly


Career Path:

Completing the GLSL Shaders from Scratch course can open up several career paths in web development, game development, and computer graphics. Here are some career paths you could pursue:

  1. WebGL Developer: As a WebGL developer, you will create visually stunning and interactive web applications that run in a web browser. With the skills and knowledge gained from the GLSL Shaders from Scratch course, you can develop custom shaders for your WebGL applications, creating unique visual effects.
  2. Game Developer: With your knowledge of shaders and THREE.js, you can pursue a career in game development. You can create visually stunning games with realistic textures and lighting, making the game environment more immersive and engaging for the players.
  3. Graphics Programmer: A career as a graphics programmer involves developing and optimizing graphical algorithms and systems. With your shaders and graphics programming knowledge, you can work in industries such as film and television, virtual and augmented reality, and computer-aided design (CAD).
  4. 3D Modeler: As a 3D modeller, you will create realistic models and textures for games, film, and other media. With your knowledge of shaders and THREE.js, you can create realistic textures and lighting effects to make your models more visually appealing and lifelike.
  5. Technical Artist: As a technical artist, you will work closely with developers and artists to create visually stunning and interactive content for games and other media. With your knowledge of shaders and THREE.js, you can create custom shaders that can enhance the visual appeal of the content and optimize the performance of the game or media.

Overall, the skills and knowledge gained from the GLSL Shaders from Scratch course can lead to various careers in web development, game development, and computer graphics.

Industry Expert Instructor

Rated Excellent on Trustpilot

Course Content

    • Learn GLSL Shaders from Scratch – Introduction 00:03:00
    • Learn GLSL Shaders from Scratch – Parallel Processing 00:02:00
    • First steps – GLSL is not Javascript 00:07:00
    • Using THREE.js as your development platform 00:08:00
    • First steps – Your first shader 00:08:00
    • First steps – The vec class 00:04:00
    • Changing the color using the mouse 00:10:00
    • First steps – Changing color with time 00:05:00
    • First steps – Blending colors 00:06:00
    • First steps – Uniforms and varyings 00:05:00
    • First steps – Using clamp 00:06:00
    • First steps – Using step and smoothstep 00:04:00
    • Shaping functions – Drawing a circle 00:02:00
    • Shaping functions – Drawing a square 00:10:00
    • Shaping functions – Moving our shape 00:04:00
    • Shaping functions – Moving the shape over time 00:02:00
    • Shaping functions – Rotating the shape 00:08:00
    • Shaping functions – Changing the rotation centre 00:06:00
    • Shaping functions – Tiling 00:03:00
    • Shaping functions – Drawing circles 00:06:00
    • Shaping functions – Drawing lines 00:08:00
    • Shaping functions – Combining elements 00:09:00
    • Shaping functions – Showing a polygon 00:06:00
    • Shaping functions – A brick pattern 00:04:00
    • Noise – What’s all that noise? 00:04:00
    • Noise – Using noise to create a fire shader 00:05:00
    • Noise – Using noise to create wood and marble 00:04:00
    • Using textures – A simple use of a texture image 00:09:00
    • Using textures – Ripple the image 00:05:00
    • Using textures – Blend between images 00:06:00
    • Using textures – Create a texture from text 00:05:00
    • Turning a box into a sphere 00:06:00
    • Using the THREE.js lighting chunks 00:04:00
    • Creating an explosion 00:06:00
    • Lighting – Fresnel shading 00:06:00
    • Lighting – Environment mapping 00:05:00
    • Lighting – Bump mapping 00:07:00
    • Using the post-processing shaders that come with THREE.js 00:06:00
    • Creating a custom post-processing shader 00:04:00
    • Learn GLSL Shaders from Scratch – Conclusion 00:01:00
    • Learn GLSL Shaders from Scratch – Bonus Lecture 00:01:00
    • Get Your Certificate & Transcript 00:00:00

Course Reviews

© 2024 Course Central | website design & Maintenance by: menulane

Setup Menus in Admin Panel