tile Questions

3

Solved

What is the most efficient way to do lighting for a tile based engine in Java? Would it be putting a black background behind the tiles and changing the tiles' alpha? Or putting a black foreground a...
Brew asked 30/8, 2013 at 4:55

2

Solved

I am trying to find a good alternative to Numericbox in a windows 8 tile application. I tried using the same numericbox that exists for windows forms but got an error saying these are not supported...
Margueritamarguerite asked 5/11, 2012 at 21:11

2

I have a bitmap with rounded corners method: Code: public static Bitmap getRoundedCornerBitmap(Bitmap bitmap, int pixels) { Bitmap output = Bitmap.createBitmap(bitmap.getWidth(), bitmap.getHeig...
Kob asked 9/10, 2013 at 6:2

3

Solved

I have a large high-resolution image that I am using for an overlay using Google Maps v3 API. This works fine for desktop and laptop computers with a reasonable network connection, but unsurprising...
Calchas asked 11/5, 2011 at 6:56

1

I have a data set with x, y, and z (resp) values along with two columns for facetting in order to create a grid of tile plots. The output of dput() is at the end of the post. library(ggplot2) M...
Herdsman asked 10/8, 2013 at 1:57

1

Solved

When making a hexbin plot in matplotlib, I find that alternating rows of hexagon tiles have different sizes, sometimes significantly so. This demonstration code shows the effect: from matplotlib i...
Janeyjangle asked 27/6, 2013 at 22:11

3

Solved

I'm building a photography website, and I want to create a nice "tiled" interface, which will look similar to the interface on new version MSN Money Now (note - the new version of the website can b...
Champlain asked 18/4, 2013 at 14:8

3

Solved

Is it possible to repeat a drawable in an ImageView? I manage to repeat my drawable as a divider in a ListView, but not as an ImageView. Here is my repeated image definition: <bitmap xmlns:andr...
Aureomycin asked 1/3, 2011 at 19:44

4

Solved

I'm going to start programming a 2D tile-based game in Qt and read about the QGraphicsScene and QGraphicsView classes which are intended for displaying and handling lots of 2D objects. My question...
Triecious asked 2/2, 2012 at 21:1

2

Solved

As seen in the image above, I have a 2D array of tiles, each with 4 points in my game world. I'm looking for a method to convert these shapes constructed from individual tiles into simplified (no...
Waterfall asked 7/10, 2012 at 3:54

5

Solved

I'm wondering about how the NES displays its graphical muscle. I've researched stuff online and read through it, but I'm wondering about one last thing: Nametables. Basically, from what I've read,...
Yokum asked 9/6, 2010 at 23:36

2

Solved

My application completely on maps which show pins and route information and distance between two pins. For this i am trying to do using OSM maps instead of Google Maps because google maps had certa...
Mutinous asked 18/6, 2012 at 9:5

3

I have a background image that's split into three separate images: backgroundTop.png backgroundMiddle.png backgroundBottom.png How would I go about implementing a background in an Android app in...
Sasha asked 21/4, 2012 at 15:19

3

Solved

A div has a tilable background. The height of this div will depend on its content. I need the div to stretch by a multiple of the background image's size. For instance, the background is a 64x64 i...
Illaffected asked 10/2, 2012 at 13:59

3

Solved

This is a simple question, and a seemingly simple task but I can't find any info on how to accomplish what I need to do. I have an application whose main tile (when pinned) sometimes needs to be ...
Wraparound asked 4/7, 2011 at 16:9

3

Solved

I'm trying to make a game in HTML5 canvas, but instead of uploading a ton of images I want to just upload one image that has all of the tiles on it. The problem is, I don't know how to make only on...
Pantheas asked 11/12, 2010 at 23:16

1

Solved

I am working on a pixelate application for iPhone. Because the pictures taken with the iPhone 4 camera are too big and therefore the application is working really slow when updating the pixelated p...
Cruck asked 22/2, 2011 at 9:56

2

Solved

How can I create an animated tile on WP7 similar to the XBox Live Tile? What are the options for Animating tiles in general?
Jaeger asked 20/7, 2010 at 2:1

2

Solved

For a 2D tile engine I'm working on map generation algorithms. I tried heightmap generation : hill generation Perlin noise Diamond-square Suitable for tile maps that have a height component but I...
Thirteen asked 16/1, 2011 at 0:29

1

Solved

I am currently working on Google Maps API V3 over here If you zoom between 21 to 23, there will be an image overlay on the map. The image takes too long to load and I have decided to break it into...
Altissimo asked 4/1, 2011 at 17:35

2

I need a T-SQL ranking approach similar to the one provided by NTILE(), except that the members of each tile would be on a sliding distribution so that higher ranking tiles have fewer members. For...
Premillenarian asked 13/10, 2010 at 22:10

5

I am working with 1gb large tiff images of around 20000 x 20000 pixels. I need to extract several tiles (of about 300x300 pixels) out of the images, in random positions. I tried the following solu...
Zeeland asked 30/10, 2009 at 17:25

2

Solved

I have an image with a certain pattern. How do I repeat it in another image using GDI? Is there any method to do it in GDI?
Kilian asked 20/4, 2010 at 13:0

© 2022 - 2024 — McMap. All rights reserved.