Entries by admin

How to Map Texture to a 3D Face with Three.js

Original Source: https://tympanus.net/codrops/2022/07/04/how-to-map-texture-to-a-3d-face-with-three-js/

In this new ALL YOUR HTML coding session you’ll learn how to wrap a texture on a shape. The shape will be a 3D face and we’ll use Three.js.

Original website: https://www.zikd.space

This coding session was streamed live on July 3, 2022.

Check out the live demo.

Support: https://www.patreon.com/allyourhtml

Setup: https://gist.github.com/akella/a19954…

The post How to Map Texture to a 3D Face with Three.js appeared first on Codrops.

3 Essential Design Trends, July 2022

Original Source: https://www.webdesignerdepot.com/2022/06/3-essential-design-trends-july-2022/

There are a lot of dark, retro vibes trending in website design right now. Although there are still some light projects popping up – including a pastel trend below – a lot of what we are seeing has a quite moody feel.

Here’s what’s trending in design this month.

Pastel Color Palettes

Let’s start with the trend with a lighter feel – pastel color palettes. While much of the web is trending toward dark aesthetics, there’s a segment that’s going in the exact opposite direction. Those sites feature soft, pastel color palettes that serve as a balance to all the super dark websites out there.

One thing about this website design trend is that it jumps out because of the stark contrast with all of the dark color palettes out there.

Each of these designs seems to use a pastel color palette as the basis for a background. A blur effect is paired with the colors to use pastels in a way that has a natural feel without appearing too feminine or light.

Robust uses blue and earth tones for a pastel background that feels modern and strong when paired with the hard-edged headline font.

Atmos uses a light pastel theme that takes you through the clouds with blues, and pinks, and purples. The pastel color scheme works well with the content which is airline-themed and makes you feel like you are flying through the sky. The colors are also soft enough to provide an easy reading experience.

Klezma is another design with the same pastel background with graduated color. The peach tones are fairly neutral and give plenty of room to the content.

Fonts with a Distinct Retro Look

Every one of these websites uses a typeface with a similar look and feel. This retro headline style is trending in a major way.

The best way to use this design element is for short words. This typeface design isn’t meant for a lot of words or when readability is a high priority.

This style is all about creating a specific kind of vibe for your website. The typefaces in this trend have a quite retro look and feel with an almost 1960s or ’70s feel to them. The rest of the design mimics this feel as well with colors and surrounding elements that contribute to the overall look.

A couple of common elements here include the use of all capitals font sets and letterforms that include odd shapes and lines.

Sretks not only uses a retro typeface but bends and twists it a bit too to add to the old-school feel. The background color helps add to the groovy vibe.

Barge 166 uses a retro typeface with the same design feel as the other examples but with a sharper, more serif-style edge. It’s easier to read but still carries a retro look and feel. Use a typeface similar to this if you want to capture that retro font style for a trending look while maintaining as much readability as possible. This option works best for multiple lines of words in a large size.

Picky Joe uses a retro typeface with rounded letters and a bit of a tilt to the characters to create a distinct feel. This is definitely a style that has to be used sparingly but can be a fun option, depending on the content of your website design.

Dark “Product” Sites

Dark mode design is probably the biggest design trend of 2022. Everywhere you look, websites are using dark color palettes and styles. Designers are creating more projects with a dark/light toggle so users can control their experience.

This visual concept is carried over to website designs that feature products as well. This is one of the last places the dark aesthetic had not touched. It’s been a bit of an unwritten rule that product images should be on white or light backgrounds to help make them easy to see and inspect digitally.

This design trend bucks that idea and features products on dark backgrounds – some with so little contrast that you almost have a hard time seeing the products. (Maybe these brands are banking on the idea that you already know them or are selling a lifestyle product.)

HQBC sells bike accessories such as glasses and helmets and the site has a sleek look and feel. You know it is cool from the second you land on it. The question though – is there enough visual information with the dark background to help you make a purchase? This design probably works because it only encourages you to find a physical location to make a purchase rather than buy online.

Doggystyle Shop also banks on the idea of you knowing the shopping experience or brand when you arrive. What the design does do though is put products on white backgrounds after you have clicked through far enough to make a commitment to buy. This helps you see the product well one final time before making a purchase. (The challenge is that it is three to four clicks in for the most part.)

FirstFit uses the design trend in a way that’s similar to the first example. They are showing a product, but not actually trying to convert sales on the website. Other links take you to more product information and content – using a lighter background and color scheme – and the dark background with the product serves mostly as a highly visual landing page that will help entice users to learn more. When it comes to dark mode and products, this seems to be the best option for most website designs.

Conclusion

The state of the world around us and our emotions can play hard into websites and other design projects. Some of the darker elements that are popular now may be a reflection of that or it could be more of a lean into dark mode schemes.

Either way, the web has a pretty dark feel right now.

Source

p img {display:inline-block; margin-right:10px;}
.alignleft {float:left;}
p.showcase {clear:both;}
body#browserfriendly p, body#podcast p, div#emailbody p{margin:0;}

The post 3 Essential Design Trends, July 2022 first appeared on Webdesigner Depot.

SVG Loading Animations

Original Source: https://1stwebdesigner.com/svg-loading-animations-2/

Nobody likes to wait for your web page to load, so of course we want to make the time go by easier with animation. In this post we have provided you with some examples and code for ways to do this via SVG loading animations. Have a look and start using them in your projects today!

Your Web Designer Toolbox
Unlimited Downloads: 500,000+ Web Templates, Icon Sets, Themes & Design Assets


DOWNLOAD NOW

SVG Loader Animation

Here are 10 different examples, from the simple to the more complex.

See the Pen
SVG Loader Animation by Nikhil Krishnan (@nikhil8krishnan)
on CodePen.0

Animated – SVG Loader

A clever change of pace from the rotating circle, this animation combines multiple circles rotating back and forth.

See the Pen
Animated – SVG Loader by Steven Roberts (@matchboxhero)
on CodePen.0

SVG Page Load Animations

Three of the more typical, simple loading animations.

See the Pen
SVG Page Load Animations by Bridget Reed (@BridgetCReed)
on CodePen.0

SVG Loader

Here’s a complex, very specific loader that you could use all or parts of to make it your own.

See the Pen
SVG Loader by Swarup Kumar Kuila (@uiswarup)
on CodePen.0

Animated SVG Loader

This is a fun, somewhat mesmerizing loader with several moving parts.

See the Pen
Animated SVG Loader by Tony (@thgaskell)
on CodePen.0

Electric SVG Loader

Very different from the flatter animations, here’s an electric rotating ring.

See the Pen
Electric SVG Loader by Shaw (@shshaw)
on CodePen.0

CSS3 + SVG loader animation

A cute cartoon plane flying through the clouds while the page loads.

See the Pen
CSS3 + SVG loader animation by lionelB (@lionelB)
on CodePen.0

SVG ∞ loader (no JS, cross-browser, minimal code)

A literally infinite animation.

See the Pen
SVG ∞ loader (no JS, cross-browser, minimal code) by Ana Tudor (@thebabydino)
on CodePen.0

UXBOX pencil loader

Here’s another change of pace from the norm – a rotating pencil!

See the Pen
UXBOX pencil loader by elhombretecla (@elhombretecla)
on CodePen.0

SVG Spinner / Loader

A clever combination of the word loading and a circle spinner.

See the Pen
SVG Spinner / Loader by Marcus Hall (@flurrd)
on CodePen.0

Animated Gradient SVG Loader

Another very specific animation that you can use for inspiration or edit to make it your own.

See the Pen
Animated Gradient SVG Loader by Paul Thomas (@motionimaging)
on CodePen.0

Triangle SVG Loader (pure css)

For our last example we have a simple single line triangle loader.

See the Pen
Triangle SVG Loader (pure css) by Dominic Kolbe (@dominickolbe)
on CodePen.0

 

 

Volumetric Light Rays with Three.js

Original Source: https://tympanus.net/codrops/2022/06/27/volumetric-light-rays-with-three-js/

In this new ALL YOUR HTML coding session we’ll be decompiling volumetric light rays and recreating them with fragment shaders and Three.js.

Original website: https://moonfall.oblio.io/desktop/

Agency: https://oblio.io/

This coding session was streamed live on June 19, 2022.

Check out the live demo.

Support: https://www.patreon.com/allyourhtml

Setup: https://gist.github.com/akella/a19954…

The post Volumetric Light Rays with Three.js appeared first on Codrops.

Top 10 Best Printer for Graphic Designer Reviews

Original Source: https://designrfix.com/reviews/best-printer-for-graphic-designer

Graphic designers are constantly using printers to create their artwork. The best printer for a graphic designer will depend on your budget and what you need the printer for. There are many different types of printers, so it is crucial to understand their differences to find one that suits your needs. This article will explore…

The post Top 10 Best Printer for Graphic Designer Reviews appeared first on DesignrFix.