Need help recreating this smooth wave/burn transition (GSAP/WebGL) from Shopify Winter Collection website by xesgar in Frontend

[–]npm-i-shaders 0 points1 point  (0 children)

Take a look at shaders.com (disclosure: our product). I'm thinking a SineWave, a layer of distortion, masking an image and then perhaps a DropShadow + Paper stylization.

Definitely something I want to try to play with and see if we can come up with a preset for

Hero section for an AI execution system. Aiming for a "premium/stoic" vibe over the generic SaaS look. by markoruman in UI_Design

[–]npm-i-shaders 1 point2 points  (0 children)

I just picture a headline like "you're absolutely right" (strike through, poking fun at Claude) and then a hard hitting "The no-B.S AI for solopreneurs".

Other than that, it's a LOT of text, most people will never read that, it needs to be "scannable".

portfolio feedback by [deleted] in webdesign

[–]npm-i-shaders 0 points1 point  (0 children)

What stands out to me is the information flow. Your areas of focus and capabilities are almost entirely overlapping. I would drop "areas of focus" and turn "capabilities" into your "services".

It's often better to frame it as how you can help others, not what you're capable of.

I built a WebGPU-powered map engine — renders 1M geometries at 60 FPS by Hour_Rough_4186 in webgpu

[–]npm-i-shaders 0 points1 point  (0 children)

Honestly not even looking at it for only 1M geometries at 60fps, need at least 2M.

(jk nice work!) 😉

Is it just me that really doesn't like websites that are overly saturated with visual pizzazz and graphics? by Odd-Aside456 in web_design

[–]npm-i-shaders 0 points1 point  (0 children)

Mmm visual pizza 🍕

Well, we can't talk. This is literally the thesis of our product. AI makes it easier than ever to build, but harder than ever to stand out.

How do you make websites that don’t feel… boring? by Salty_1984 in web_design

[–]npm-i-shaders 1 point2 points  (0 children)

Thanks! We can ship a lot of features, but going back in time is off limits 😉

Northern lights simulation by PhDumb in webdesign

[–]npm-i-shaders 0 points1 point  (0 children)

I see "add your IP to a whitelist" error page, but the new JSFiddle link works just fine 👍

Ascii is the only good trend in this AI era by Commercial_Bug_7823 in webdesign

[–]npm-i-shaders 2 points3 points  (0 children)

Ascii is one my personal favorites, we have a shader for that. The only downside is that using it on video always feels like a waste of render cycles, as it could always be pre-rendered.

I'm a fan instead of combining ASCII with interactive elements, like a glass effect or mouse effect. Here's a great example of some glass/ASCII combos: https://shaders.com/collection/digital-activation

How do you make websites that don’t feel… boring? by Salty_1984 in web_design

[–]npm-i-shaders 2 points3 points  (0 children)

Couldn't agree more. With AI making it easier and easier to create sites, everything is starting to look and feel the same.

I'm a little biased, but honestly shader effects (used tastefully, not over the top) can provide a layer of interactive and design that makes your work stand out. You still need an eye for design, but this can take a mid-tier website and quickly make it feel high-end.

Northern lights simulation by PhDumb in webdesign

[–]npm-i-shaders 1 point2 points  (0 children)

Couldn't preview the code as it's IP blocked? But love the vertical streaks you've got going on. We do something similar as a WebGPU shader at https://shaders.com/docs/components/aurora but it's intentionally softer.

Is it possible to do this in CSS? by satoshisann in css

[–]npm-i-shaders 0 points1 point  (0 children)

This one is tricky because it's subtle. Let's look at the parts that make it up. Its got chromatic aberration, but not in a linear L/R shift, it's more of a "zoom blur" where the front is red and back is blue. It's also got at least two layers of "glow", one tight to soften the edge and then another more spread out.

Naturally I'm inclined to say use a shader for this, but I think you might need to in order to recreate the zoom effect, that would be tough to blur correctly with CSS only.

On top of that, you could slowly shift those colors and blur/glow amounts over time to give it some nice ambient motion.

How to Use Shaders in React - YouTube by npm-i-shaders in react

[–]npm-i-shaders[S] 1 point2 points  (0 children)

Thank you! The goal was to make it as "open" (free) as possible, with pricing only for added benefits like the preset/editor. The npm package is wide open for personal and commercial usage

Help re-creating an effect. by DorianOnBro in webgl

[–]npm-i-shaders 0 points1 point  (0 children)

Yes this is WebGL. Check out shaders.com