Is there browser any blocker for background 3D yet?
Vanta.js: Animated 3D backgrounds for websites
91–100 of 107 posts
Re: Vanta.js: Animated 3D backgrounds for websites
#92Earlier quoted context omitted.
Idk. Feels like HN has been veering this direction over the last year or so, and the comments are becoming markedly negative, critical comments about everything. I'm not sure it's a problem HN can solve at all. But I definitely agree with GP. The post the other day about the individual leaving the C++ community (something like "Wrapping Up 2021") was an absolute nightmare thread basically dismissing the author as men…
HN has been like that for a long, long time. You are probably only now starting to notice.
FWIW, I actually feel like it used to be much worse than it is today. At one point, it felt like it was practically a meme that the top post would be someone poo-pooing whatever was being discussed / shared. Maybe I've just become purposefully blind to the negativity or something, but I feel like I see a lot more interesting comments at the top these days.
Re: Vanta.js: Animated 3D backgrounds for websites
#93"Animated website backgrounds in a few lines of code." https://cdnjs.cloudflare.com/ajax/libs/three.js/r121/three.m... - 631.12kB https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.m... - 15.20 kB Few lines where? That said, I love it, reminds me of the long gone http://www.dhteumeuleu.com/ projects. I would never, ever actually deploy it though, it's grindingly slow.
It's hard to judge from the linked page, since it's showing all the available effects. But I imagine if you're using just one that it adds up to something smaller than the typical huge "hero images" on a lot of pages.
Re: Vanta.js: Animated 3D backgrounds for websites
#94The attitude in this thread is the exact opposite of constructive. It is a great library that the person is giving you for free. Yes it can be improved, yes it you should not use it everywhere, but can you at least appreciate the execution and the fact that there is a real person behind it who can read the entitled diarrhea y'all "hur dur the internet should be just html and usenet" ppl are spewing? HN has become one…
Some are constructive criticism in that a lot of despise the direction of over engineering websites that take away from the core purpose. You can do that respectfully however. I'm sure the coding and end result are unique and nice to look at but why should I clam up every time something like this comes out? Something like this makes sense for a web based game or kid's site but lord help us if it becomes expected, so…
Re: Vanta.js: Animated 3D backgrounds for websites
#95This looks great, but it requires all of ThreeJS, even for the backgrounds that are really just some shaders. You don't really need a complete 3D library to just render 2 triangles that fill the entire screen and apply a shader to them.
Re: Vanta.js: Animated 3D backgrounds for websites
#96Earlier quoted context omitted.
We tend to be wary of technical solutions to human problems. I fear the unintended side effects.
HN is rife with "technical solutions to human problems" already, which is why new users can't downvote posts. It improved Stack Overflow, it would work here.
Delaying comments from new users would be of dubious benefit to the community (many of the worst comments on HN are not as a rule coming from fresh new accounts, and that safeguard is easily gamed), and what we'd lose in exchange is pretty clear. It hasn't been adopted here for a reason, not just out of laziness.
Re: Vanta.js: Animated 3D backgrounds for websites
#97"Animated website backgrounds in a few lines of code." https://cdnjs.cloudflare.com/ajax/libs/three.js/r121/three.m... - 631.12kB https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.m... - 15.20 kB Few lines where? That said, I love it, reminds me of the long gone http://www.dhteumeuleu.com/ projects. I would never, ever actually deploy it though, it's grindingly slow.
That three.min.js is 128kb over the wire compressed, which isn't too terrible. It's hard to judge from the linked page, since it's showing all the available effects. But I imagine if you're using just one that it adds up to something smaller than the typical huge "hero images" on a lot of pages.
Re: Vanta.js: Animated 3D backgrounds for websites
#98Earlier quoted context omitted.
That three.min.js is 128kb over the wire compressed, which isn't too terrible. It's hard to judge from the linked page, since it's showing all the available effects. But I imagine if you're using just one that it adds up to something smaller than the typical huge "hero images" on a lot of pages.
The over the wire argument is the most flawed of all, ever. It's the code executed, thst matters, when it comes to wasting cpu.
I did also mention an unofficial builder where you can bundle just the parts of three.js you need in another comment.
Re: Vanta.js: Animated 3D backgrounds for websites
#99Re: Vanta.js: Animated 3D backgrounds for websites
#100Earlier quoted context omitted.
In fairness, is there anything new here that wasn't a screensaver in 1996, except repacked as a script include to be a background on what would surely be a terrible website? I totally commend the effort they put into the screen saver controls (more polygons, more lines) but, is this what Flying Toasters died for? I was gonna say Tom Dowdy but that's just rude. People are probably right to slam this, and that's a cons…
It wouldn't be a terrible website. These animations are beautiful, some just need some power on the client. Like any font, color scheme, layout, effect ... awesome if properly implemented.