Explore >> Select a destination


You are here

lisyarus.github.io
| | blog.rubenwardy.com
1.9 parsecs away

Travel
| | Drop shadows are created using a Gaussian blur drawn underneath the original element. There's two methods to do this in SFML, depending on your requirements.
| | madebyevan.com
5.2 parsecs away

Travel
| |
| | blog.voxagon.se
4.2 parsecs away

Travel
| | When I implemented bokeh depth of field I stumbled upon a neat blending trick almost by accident. In my opinion, the quality of depth of field is more related to how objects of different depths blend together, rather than the blur itself. Sure, bokeh is nicer than gaussian, but if the blending is off the whole thing falls flat. There seems to be many different approaches to this out there, most of them requiring multiple passes and sometimes separation of what's behind and in front of the focal plane. I ...
| | www.mayerowitz.io
24.4 parsecs away

Travel
| Demystify shaders with this beginner-friendly guide. Explore fragment shaders, signed distance functions, and metaballs through interactive code examples. Learn how to create beautiful blob animations and effects using just a few lines of code.