https://v0.app/templates/dqfntcoRSbM
A sleek chat app interface enhanced with real-time shaders for smooth animations and dynamic visual effects. The design blends modern aesthetics with high...
chat appshadersvercel
https://v0.app/templates/R3n0gnvYFbO
Create captivating digital experiences with an interactive, visually stunning application featuring smooth animations and dynamic shader effects. Users can...
shaderslandingpagestemplatesvercel
https://gpuopen.com/videos/compute-shaders-gic21/
This talk introduces compute shaders, explaining ideas from a software and hardware perspective, as well as considerations when writing compute shaders.
computeshadersgameindustryconference
https://gpuopen.com/learn/mesh_shaders/mesh_shaders-index/
This blog series provides detailed explanations, analysis, use-case examples, tutorials, and advice about mesh shading.
graphics cardsmeshshadersamdgpuopen
https://blog.maximeheckel.com/posts/post-processing-as-a-creative-medium/
Feb 4, 2025 - A detailed compilation of my post-processing and custom stylized shader experiments — from pixel patterns and optical illusions to dynamic, animated effects.
post processingshaderscreativemediumblog
https://tympanus.net/codrops/2025/02/03/building-an-on-scroll-3d-circle-text-animation-with-three-js-and-shaders/
Learn how to create a circular text animation in 3D space using Three.js, shaders, and msdf-text-utils.
text animationbuildingscrollcirclethree
https://blog.maximeheckel.com/posts/caustics-in-webgl/
Jan 23, 2024 - A step-by-step guide on how to build a caustic light effect for your React Three Fiber project using shaders, render targets, normal maps, and custom materials.
shininglightshadersreactthree
https://tympanus.net/codrops/2025/11/26/creating-wavy-infinite-carousels-in-react-three-fiber-with-glsl-shaders/
Experimenting with infinitely scrolling, wavy 3D carousels in React Three Fiber with smooth scroll-driven distortion effects.
creatingwavyinfinitecarouselsreact
https://blog.imaginationtech.com/flow-control-on-powervr-optimising-shaders/
Oct 7, 2025 - Flow control is a powerful concept, but can hurt performance if used incorrectly. Check out this article for tips on using flow control in shaders!
flow controlpowervrshadersimagination
https://tympanus.net/codrops/2025/10/08/how-to-animate-webgl-shaders-with-gsap-ripples-reveals-and-dynamic-blur-effects/
A hands-on guide to animating WebGL shaders with GSAP, exploring how to control shader uniforms and sync JavaScript timelines.
animatewebglshadersgsapripples
https://frontendmasters.com/courses/webgl-shaders/
Apr 21, 2020 - Go deeper into creative coding and 3D graphics programming using WebGL, ThreeJS, and GLSL. In this course, you'll learn 3D vectors and shader effects.
creative codinglearnadvancedwebglshaders
https://www.alanzucconi.com/2016/03/09/simulate-smoke-with-shaders/
Aug 23, 2024 - This tutorial will teach you how to simulate realistic smoke in Unity, using only shaders. Full code and a detailed explanations are provided.
alan zucconisimulatesmokeshaders
https://gpuopen.com/learn/rps_1_1_linux_support/
The latest release of the Render Pipeline Shaders (RPS) SDK adds Linux support, the ability to dynamically load Vulkan functions, and more. Check out this post...
renderpipelineshadersavailablelinux
https://gpuopen.com/rps/
The Render Pipeline Shaders (RPS) SDK provides a framework for graphics engines to use Render Graphs with explicit APIs.
renderpipelineshaderssdkamd
https://robbowen.digital/wrote-about/css-blend-mode-shaders/
Get a shiny WebGL look without actually using WebGL. In this article we take a look at how CSS blend modes unleash the potential of cool compositing effects...
hologramslightleaksbuildcss
https://developer.nvidia.com/blog/optimizing-compute-shaders-for-l2-locality-using-thread-group-id-swizzling/
Aug 21, 2022 - As part of my GDC 2019 session, Optimizing DX12/DXR GPU Workloads using Nsight Graphics: GPU Trace and the Peak-Performance-Percentage (P3)...
computeshaderslocalityusingthread
https://tympanus.net/codrops/2025/02/17/implementing-a-dissolve-effect-with-shaders-and-particles-in-three-js/
Learn how to create an emissive dissolve effect, a popular technique in games for smoothly fading or transforming objects.
implementingdissolveeffectshadersparticles
https://www.renderhub.com/blog/sebastian-deredas-on-creating-film-quality-surfaces-and-shaders
Dec 2, 2025 - Sebastian Deredas, Senior and Lead Surfacing Artist, has contributed to major productions spanning high-end film, episodic work, and game cinematics, including...
sebastiancreatingfilmqualitysurfaces
https://gamedevjs.com/competitions/v-shaders-challenge-winners-from-gamedev-js-jam-2025-announced/
Jun 19, 2025 - Out of the four original challenges in Gamedev.js Jam 2025, where the winners from the first three were presented on May 11th, the V Shaders challenge had an...
challenge winnersvshadersjsjam
https://www.alanzucconi.com/2015/07/01/vertex-and-fragment-shaders-in-unity3d/
Aug 23, 2024 - Learn how to master vertex and fragment shaders in Unity3D. Free shader tutorial with examples and source code ready to download.
vertexfragmentshaderstutorial
https://tympanus.net/codrops/2026/01/04/efecto-building-real-time-ascii-and-dithering-effects-with-webgl-shaders/
An exploration of how classic image algorithms and CRT-era visuals come alive through real-time shaders on the web.
real timebuildingasciiditheringeffects
https://blog.maximeheckel.com/posts/the-study-of-shaders-with-react-three-fiber/
Jul 26, 2022 - A complete guide on how to use shaders with React Three Fiber, work with uniforms and varyings, and build dynamic, interactive and composable materials with...
studyshadersreactthreefiber
https://threejs-journey.com/lessons/shaders
The ultimate Three.js course whether you are a beginner or a more advanced developer
three jsshadersjourney
https://www.alanzucconi.com/2016/03/02/shaders-for-simulations/
Aug 23, 2024 - This series teaches how to use shaders for simulations. Learn how to harness the computational power of GPUs to speed up your calculations.
alan zucconiuseshaderssimulations
https://www.alanzucconi.com/2016/03/16/cellular-automata-with-shaders/
Aug 23, 2024 - Learn how to harness the power of GPUs implementing the the iconic Game of Life in shader. This is part of a series on how to use shaders for simulations.
cellular automataalan zucconisimulateshaders
https://threejs-journey.com/lessons/gpgpu-flow-field-particles-shaders
The ultimate Three.js course whether you are a beginner or a more advanced developer
three jsgpgpuflowfieldparticles
https://threejs-journey.com/lessons/halftone-shading-shaders
The ultimate Three.js course whether you are a beginner or a more advanced developer
three jsshadingshadersjourney
https://www.alanzucconi.com/2018/01/03/learning-shaders/
Aug 23, 2024 - Making games is hard, but it doesn't have to. This post shows the best online resources you can access to learn shaders effectively and in no time.
alan zucconilearningshaders
https://dev.to/kolkov/gpu-compute-shaders-in-pure-go-gogpugg-v0150-1cjk
Dec 28, 2025 - From CPU tessellation bottleneck to GPU compute pipeline - vello-style architecture with 2,280 lines of WGSL shaders. Part of the 249K LOC Pure Go ecosystem....
gpu computeshaderspuregogg
https://www.alanzucconi.com/2016/10/24/arrays-shaders-unity-5-4/
Aug 23, 2024 - This post shows how to use arrays and shaders in Unity 5.4. Back in January I already covered this topic in an article called Arrays & shaders: Heatmaps in...
alan zucconiarraysampshadersunity
https://tympanus.net/codrops/2024/07/02/progressive-blur-effect-using-webgl-with-ogl-and-glsl-shaders/
Learn how to create an interesting progressive blur effect using WebGL, OGL, and GLSL shaders.
progressiveblureffectusingwebgl
https://blog.maximeheckel.com/posts/on-crafting-painterly-shaders/
Oct 29, 2024 - A detailed essay on my research and process of building a shader to mimic paint, watercolor, and aquarelle by exploring various implementations of the Kuwahara...
craftingshadersblogmaxime
https://blurbusters.com/blur-busters-open-source-display-initiative-refresh-cycle-shaders/
Aug 21, 2025 - We publish an open source specification for a flexible refresh cycle shader processing system that can plug-in to applications, drivers, operating system, or...
blur bustersopen sourcedisplayinitiativerefresh
https://tympanus.net/codrops/2023/01/20/rotating-twisted-3d-typography-with-three-js-and-shaders/
A brief exploration into how to twist and rotate text in 3D using Three.js and Shader magic.
three jsrotatingtwistedtypographyshaders
https://blog.maximeheckel.com/posts/moebius-style-post-processing/
Mar 26, 2024 - A detailed essay on the process of building a post-processing stylized shader reproducing the style of legendary artist Jean Giraud a.k.a Moebius for your...
post processingmoebiusstylestylizedshaders
https://catlikecoding.com/unity/tutorials/basics/compute-shaders/
A Unity C# Basics tutorial about using a compute shader to make it possible to show a million moving cubes.
computeshaders
https://www.alanzucconi.com/2018/08/05/shader-showcase-saturday-4/
Aug 20, 2024 - Learn how to create realistic, animated fire using shaders. If you are developing a Unity game, this tutorial is perfect for you.
shadershowcasesaturdaystartfire
https://tympanus.net/codrops/2024/12/03/how-to-create-a-webgl-rotating-image-gallery-using-ogl-and-glsl-shaders/
Learn how to create a progressive image rotation effect using WebGL, OGL, and GLSL shaders.
image gallerycreatewebglrotatingusing
https://modrinth.com/shader/photon-shader
A gameplay-focused shader pack with a semi-realistic style - Download the Minecraft Shader Photon Shaders by sixthsurge on Modrinth
photonshadersminecraft
https://calvinatorrtech.art.blog/2023/12/20/optimizing-shaders-in-unreal-engine/
PreludeAbout this ArticleMaterial EditorGenerated Shader CodeMaterial InstancesOptimizing ShadersInstruction CountsStatic ParametersUsage FlagsGPU...
unreal engineshaderslunatechnical
https://threejs-journey.com/lessons/fireworks-shaders
The ultimate Three.js course whether you are a beginner or a more advanced developer
three jsfireworksshadersjourney
https://threejs-journey.com/lessons/earth-shaders
The ultimate Three.js course whether you are a beginner or a more advanced developer
three jsearthshadersjourney
https://appdevcon.nl/session/the-evolution-of-animations-in-swiftui-from-basics-to-metal-shaders/
Dec 8, 2025 - The Evolution of Animations in SwiftUI: From Basics to Metal Shaders at Appdevcon Conference. Get to know more about The Evolution of Animations in SwiftUI:...
evolutionanimationsswiftuibasicsmetal
https://threejs-journey.com/lessons/lights-shading-shaders
The ultimate Three.js course whether you are a beginner or a more advanced developer
three jslightsshadingshadersjourney
https://www.alanzucconi.com/2019/01/01/parallax-shader/
Aug 24, 2024 - Understand how to create interactive 3D photos in Unity. This powerful parallax shader will allow you to simulate three-dimensionality on any 2D image.
alan zucconiparallaxshadersampdepth
https://engine.needle.tools/samples/shaders/
Exporting Unity Shaders to the web
shadersneedleengine
https://danielilett.com/2021-08-24-tut5-17-stylised-grass/
Geometry and tessellation shaders are capable of drawing thousands of grass blades on top of a ground mesh. Based on a fantastic article by Roystan.
grassshadersurp
https://80.lv/articles/create-eye-catching-3d-art-with-this-ultimate-toon-shader-collection
YMA Toon Studio is now available for Houdini and Redshift.
grabcollectiontoonstyleshaders
https://tympanus.net/codrops/2025/10/17/fragments-a-platform-for-learning-creative-coding-with-shaders/
A hands-on way to learn shaders: explore techniques, tweak ready-made utilities, and remix 120+ sketches to turn fundamentals into distinctive generative art.
creative codingfragmentsplatformlearningshaders
https://blog.maximeheckel.com/posts/the-magical-world-of-particles-with-react-three-fiber-and-shaders/
Nov 8, 2022 - An interactive introduction to Particles with React Three Fiber and Shaders where you'll learn anything going from attributes, buffer geometries, and more...
magicalworldparticlesreactthree
https://enuriru.gumroad.com/?recommended_by=search
High-quality & easy-to-use templates for awesome Instagram/FB AR filters. Высококачественные и удобные шаблоны от...
sparkshadersdenis
https://unity.com/resources/create-shaders-visual-effects-urp-unity-6?isGated=false
Download this e-book from Unity to learn about how to create popular shaders and visual effects for your games with the Universal Render Pipeline in Unity 6.
visual effectscreateshadersurpunity
https://alfredbaudisch.com/experiments/gamedev/153-shader-programming-with-the-book-of-shaders/
Shader programming is one of the things I have never touched in my life. And I always saw whoever makes shaders as some mythical programmer. Since Monday...
shaderprogrammingbookgodot
https://appdevcon.nl/session/bring-your-app-to-life-add-dynamic-organic-visuals-with-shaders/
Dec 20, 2025 - Bring Your App to Life: Add Dynamic, Organic Visuals with Shaders at Appdevcon Conference. Get to know more about Bring Your App to Life: Add Dynamic, Organic...
bringapplifeadddynamic
https://developer.nvidia.com/blog/profiling-dxr-shaders-with-timer-instrumentation/
Aug 21, 2022 - Optimizing real-time graphics applications for maximum performance can be a challenging endeavor, and ray tracing is no exception. Whether you want to...
nvidia technical blogprofilingshaderstimerinstrumentation
https://mastodon.gamedev.place/@bookofshaders
16 Posts, 2 Following, 907 Followers · A gentle guide through the universe of Fragment Shaders for Artist, by @patricio@merveilles.town and...
bookshadersmastodongamedevplace