Top "Tiling" questions

Use this tag for questions about tessellations as well as figuratively the optimization technique of loop tiling.

Different background color either side of page

I want to create a fixed-width layout where the background color on either side of the page is different, but …

html css colors background tiling
Can I get a proper tiling window manager in KDE

I've been a bit conflicted about switching over to a tiling window manager. I made the switch a while ago …

linux kde window-managers tiling
How do I make divs of 150x150 squares along the screen

*and to start new rows as they fill each previous row? this should work but doesnt for me, html: <…

html inline tiling
Scroll 2D/3D background via texture offset

I have been trying to make an infinite scrolling 2D background in Unity using a quad to display a Texture. …

c# unity3d textures offset tiling
Tiling images in android with ImageView in XML

I am trying to get an image on the background to tile until the background is full. My current code …

android xml image tiling
Tiled drawable sometimes stretches

I have a ListView whose items have a tiled background. To accomplish this, I use the following drawable xml: <…

android xml drawable tiling
Unity3D visible seams on borders when tiling texture

For my game I have written a shader that allows my texture to tile nicely over multiple objects. I do …

unity3d shader textures fragment-shader tiling
Mathematically producing sphere-shaped hexagonal grid

I am trying to create a shape similar to this, hexagons with 12 pentagons, at an arbitrary size. (Image Source) The …

algorithm geometry computational-geometry tiling hexagonal-tiles
Matlab - building a matrix by merging the same raw vector multiple times

Is there a matlab function which allows me to do the following operation? x = [1 2 2 3]; and then based on x I …

matlab matrix rows repeat tiling
Tiling a Bitmap on a Canvas

I would like to create a 'graph paper' look to the Bitmap I am drawing via a Canvas, and trying …

android canvas bitmap tiling