In this tutorial you'll learn how to create an intertwining trellis design from scratch using grid layouts and lining up a narrow, rotated rectangle according to said grid layout. It's a basic, classic pattern that's easy to achieve if you break the shapes down to a simple, repeatable section.
1. Setting Up the Grid Layout
Step 1
The measurements in this tutorial are fairly precise. I worked everything out in a document sized 140 pixels by 193 pixels at a resolution of 72 dpi. For larger designs or a print-ready version versus a web-ready version, you'll have to work out the size conversion on your own. Create a New Document according to the specifications below and let's create our grid!
Step 2
Go to View > New Guide Layout, select both Columns and Rows, and enter 2 for Number of each. Hit OK and move on to the next step.
Step 3
The second Guide Layout involves the option for setting up lines according to a margin. Enter 27 px for each section and hit OK.
Step 4
The final set of grid lines are defined by the following margin settings:
Top: 60 px
Left: 42 px
Bottom: 60 px
Right: 44 px
Step 5
See below for the final grid layout. There are 7 Column Lines and 7 Row Lines in total. Lock Guides (Alt-Control-;) and use the Paint Bucket Tool (G) to fill in your document's background layer with gray (#707070) or the color of your choice.
2. Creating the Pattern
Step 1
Use the Rectangle Tool (U) to draw a long, narrow rectangle measuring 262 px by 13 px. Set the fill color to yellow (#ffef42) or the color of your choice. Make sure the Rectangle Tool is set to Shape in the Options bar.
Step 2
Select your rectangle shape and go to Edit > Transform > Rotate and Rotate the shape 45°. Use the Move Tool(V) to align the edge of your rectangle with the intersection of the fourth column line and the third row line. In the Layers panel, right-click and Duplicate the rectangle shape layer. Go to Edit > Transform > Flip Horizontal. Align the flipped rectangle with the same intersection as before. Note how the two rectangles form an "X" that is aligned to the center column line.
Step 3
Once again, Duplicate your rectangle shapes. This time, align them with the fourth column line and the fifth row line. Note how the third and fifth column lines align with the intersections of your rectangle shapes.
Step 4
Duplicate the diagonal rectangle shape again (make sure this one goes from the top left to the bottom right) and align it in the top right of the document. Note the arrows pointing to the intersection points of the second row line and the sixth column line. Repeat for the left side (making sure the diagonal rectangle goes from the top right to the bottom left) aligning the intersections with the second column line and the second row line. It helps, when lining up your shapes, to nudge selected rectangle layers around with the arrow keys, especially when aiming to be precise.
Step 5
Finally, repeat the smaller lines at the bottom of the design. Align the right diagonal rectangle with the sixth column line and sixth row line. Align the left diagonal rectangle with the second column line and the sixth row line.
Advertisement
Step 6
Under View, deselect Extras (Control-H) and go to Edit > Define Pattern. Give your new pattern a name. Create a New Document of 800 pixels by 600 pixels and use the Paint Bucket Tool to test it out. If the pattern is not seamless or the rectangles were misaligned in any way, toggle Extras on again and move individual diagonal rectangles as needed. It took quite a bit of trial and error to make sure my grid lines and rectangles were aligned perfectly before writing this tutorial up, so you should have a perfectly seamless design if you aligned your rectangles to the grid layouts created at the start of this tutorial.
Well Done, You've Got a New Pattern!
I hope you enjoyed creating your new, seamless geometric pattern. Share your version, including changes in colors and shapes, of the pattern in the comment section below! For more geometric pattern tutorials, check out the following:
As the music begins to play, a soft breeze fills the space with the undeniable smell of magnolia blossoms. She gracefully enters and begins a “tree pose” with her hands in Namaste form. Our female figure is inspired by the Indian culture for its gorgeous use of color and the grace of its yoga formations. I hope you’ll enjoy the journey as we retrace, step by step to enlightenment. 1. Becoming Flesh and Blood Step 1 Our first step will be to bring in our sketch. I've scanned her in at 300 dpi to catch as much of the detail as possible. I'm not as picky about my choice of initial drawing tools, and this particular project was completed with a mechanical pencil. We'll be working with a clean line quality from Adobe Photoshop and now we can begin to work. I'm working in Adobe Illustrator at a size of 8.5 x 11 inches for this specific project. When I'm ready to start my layers, I'll label my first layer as "Sketch" and lock the layer to make su...
In this tutorial, we are going to design a set of icons in Adobe Photoshop. An icon set needs to have the same background and theme. For learning purposes, we are going to design a sun icon, an ice flake icon, and an RSS icon. Let's get started. 1. Preparing the Canvas Step 1 Start by making a new file with size 350 px × 350 px . Click the small box next to the Background Contents option to change the new canvas color. Step 2 In the Color Picker dialog box, select grey ( #e0e0e2 ) for the canvas background color. Step 3 It is always a good idea to keep your work structured from the start. Make a new layer group and name it sun . This is where we will place all layers used in the sun icon. 2. Designing the Icon Base Step 1 Use the Rounded Rectangle Tool to draw a rectangle with size 83 px × 64 px and 8 px radius. To get accurate results, use the Properties panel. In this panel, you can simply enter the exact siz...
Most Android devices don't have a physical keyboard. Instead, they rely on a virtual or soft keyboard to accept user input. If you're into Android personalization, knowing how to build a custom, soft keyboard can take your hobby to a whole new level. Using the Android SDK, you can quickly create a soft keyboard with surprisingly few lines of code, because the SDK takes care of a lot of the low level tasks, such as recognizing key touches, drawing the keyboard, and establishing connections between the keyboard and input fields. In this tutorial, you will learn how to create a fully functional soft keyboard that can serve as your Android device's default keyboard. 1. Prerequisites You will need the Eclipse ADT Bundle installed. You can download it from the Android Developer website. 2. Create a New Project Fire up Eclipse and create a new Android application. Call this application, SimpleKeyboard . Make sure you choose a unique package n...
Comments
Post a Comment