Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
7answers
801 views

Java: What is a good data structure for storing a coordinate map for an infinite game world?

I am used to coding in PHP but I am not really proficient with Java and this has been a problem for some time now. I expect it to be a fairly easy solution, however I cannot find any good example code ...
12
votes
4answers
486 views

NES Programming - Nametables?

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, ...
10
votes
2answers
2k views

2D tile map generation

I'm developing a 2D tile engine and at this moment I'm working on map generation algorithms. I tried the basic ones usually involved in simple heightmap generation like hill generation perlin noise ...
8
votes
6answers
30k views

How to draw lots of bitmaps on screen in an Android game without slow performance

I want to make a tile based game for android. At the moment I am drawing each tile as a separate bitmap. I have a big for loop that reads from a string and draws different tiles depending on what ...
7
votes
2answers
2k views

How can I create an animated tile on WP7?

How can I create an animated tile on WP7 similar to the XBox Live Tile? What are the options for Animating tiles in general?
6
votes
3answers
650 views

Mango Application Tile - remove back

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 ...
6
votes
2answers
2k views

how do i use image sprites in GWT?

I was trying to use a tiled image in an image resource, and i was refering to the GWT tutorial for it... one section says you need to use sprites: ...
6
votes
5answers
1k views

efficient TIFF tile extraction C++

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 ...
5
votes
2answers
451 views

T-SQL: A better sliding distribution function/query

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 ...
3
votes
1answer
104 views

How to disable small tile support on metro style?

I've heard in a video (which I have since lost the link to...it may have been on Channel9), that we can disable small tile support in Windows 8 metro. How i can do this in C#?
3
votes
1answer
118 views

Issues with rendering a large tiled map in WPF

What is the best way to manage a very large amount of images (10,000+) in WPF? This is for a 2d tile map editor similar to this : http://www.mapeditor.org/ . At the moment i have a canvas with all ...
3
votes
2answers
385 views

Write a 2D Array on a JFrame java.

So i was wondering I'm new to java but I know my way around it but I wanted to make a 2d tile game. Now I heard that you can do this with a 2d Array to make the map. But how do you make the map appear ...
3
votes
1answer
156 views

In WP7, can I render a bitmap on-the-fly and use it as the Tile background?

I know that in Mango, we can update the Tile's background locally. But "StandardTileData.BackgroundImage" is of the type Uri, does this mean I have to use an Image that was added to the project's ...
3
votes
2answers
1k views

Repeat drawable in imageview?

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 ...
3
votes
1answer
96 views

How to insert one row spacing between tiles in a tiled image using Imagemagick?

I have a bunch of images that I want to tile together in one row. This can be done using Imagemagick montage like this montage `ls tile*.png` -tile x1 -gravity west -geometry 1x1\<+0+0 ...
3
votes
1answer
1k views

Culling offscreen tiles in an Isometric engine

For a university term project, I'm working on a graphical roguelike (I'm aware of the contradiction in terms :P) that uses an isometric display. What I'm trying to figure out is, since drawing all ...
2
votes
1answer
111 views

Synced animated tiles in a 2d web game

I'm building a strategy game in the browser since 2 years back. Its already actively played by a small crowed of people so it is a working game. Our problem is that its resource hungry. Basically you ...
2
votes
0answers
370 views

android mapview custom tile

I need to add a custom base layer to to my map view. My understanding is that the map tiles are exactly the same as the google tiles. They are static files served up in the following format: ...
2
votes
1answer
856 views

iPhone - CGImageCreateWithImageInRect rotating some camera roll pictures

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 ...
2
votes
1answer
496 views

Canvas with transforms - what's the best way to draw a grid

I have a WPF canvas that I can scale, scroll and whatever. Now I want to draw (tiling) gridlines on it - preferably depending on the scale, which means that when you zoom out the old gridlines fade ...
2
votes
2answers
796 views

OpenGL Threaded Tile Texture Loading with Qt 4.5 / 4.6

I am trying to develop am map application for scientific purposes at my university. Therefor I got access to a lot of tiles (256x256). I can access them and save them to an QImage in a seperate ...
2
votes
8answers
1k views

How to Generate a Map in Java?

I trying to complete a RPG game for a project, but have no idea on how to make the game map. It doesn't need to be graphical, but the code for the whole map and each tile must be correct. So far, I ...
2
votes
4answers
1k views

How can I tile videos/create a video montage?

I have four videos that I would like to tile in a 2x2 fashion to make a new video. Is there a way I can do this easily, preferably free and under Linux? I am willing to program a moderate amount, ...
1
vote
1answer
53 views

CSS - Resolve scroll bar being covered by tiled auto size images

I found some great help on this site that helped me tile an image on either side of my fixed header. One issue I am having is the scroll bar on the right is being covered by the tiled image and ...
1
vote
1answer
33 views

How do you cover an area in tiles(images) in python / pygame?

What i want to do is have (0,390),(0,450),(610,390),(610,450) - covered in a tile image called (brick_tile). so far all i have is this: import pygame from pygame.locals import* cloud_background = ...
1
vote
1answer
37 views

Preventing System.Drawing.Graphics from updating

I'm using Windows Forms and System.Drawing.Graphics to create a 2D game engine that uses a tile system. When it is drawing these tiles, you can see each one be individually drawn on the screen. It's ...
1
vote
1answer
64 views

Using ImageMagick to repeat or “tile” an image

How do I tile an image using ImageMagick? I don't think I can use montage because I want the columns displaced by 50% of the original image height. It's probably easier to show an example of what ...
1
vote
2answers
57 views

How do I get my JavaScript to tile this table properly?

var intervalID; function autoUpdateFeed() { if( document.autoupdatefeedform.autoupdatefeed.checked == true ) { intervalID = setInterval(updateFeed, 1000); } else { ...
1
vote
1answer
100 views

What is the fastest way to draw in HTML5

I am drawing a screen to the web using javascript, CSS, and HTML by using a for loop to iterate through the screen width and heights in intervals of 16X16. Here is what my loop currently looks like: ...
1
vote
1answer
130 views

Java JAI - creating 1 BIG jpg image from many smaller ones

Before you all say 'thats already on here somewhere...' :-) PLEASE let me say I have looked and not found a simple example of using JAI to tile multiple jpg's and save to disk without java heap errors ...
1
vote
1answer
960 views

Convert a single large image overlay to tiles for Google Maps

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 unsurprisingly ...
1
vote
2answers
117 views

Tile server technology for non-geographic data?

Wondering if someone here can put me on the right path to finding research, algorithms or open source software for serving tiles that aren't geographic in nature. I suppose I'm also interested in ...
1
vote
2answers
510 views

Java game with tiled map background problem

I am trying to develop a Java 2D game and I have a problem with the tiled background. I am using the book Developing Games In Java as a tutorial but this part is insufficient so I need your help. The ...
1
vote
1answer
131 views

How to detect when a window was resized with AutoHotKey?

I need a script to detect when a window was resized with AutoHotKey. I'm developing a script to auto tile/resize/arrange "selected" windows to fit the screen size (like auto arrange feature of ...
1
vote
1answer
32 views

Get positional data from index on a 2D-field

Say I had three variables (On a 2D-field): NumSquares, WindowSize (Both X and Y has this value), Index So if, for example, NumSquares were 8, WindowSize 256 and Index was at 64; How would the ...
1
vote
4answers
1k views

Programmatically change the tile on WP7 device

I'm making an app where I would like to generate a new tile from inside the app, and then change it - no web service involved, and no need to change it when the app is not running. Anyone know how to ...
1
vote
1answer
499 views

Using Vertex Buffer Objects for a tile-based game and texture atlases

I'm creating a tile-based game in C# with OpenGL and I'm trying to optimize my code as best as possible. I've read several articles and sections in books and all come to the same conclusion (as you ...
1
vote
2answers
1k views

Show WP7 application's tile?

How do I make the application's tile (big image) visible in the menu?
1
vote
2answers
147 views

Android - selecting tile in gameboard by touch?

i am developing checkers application for Android. I have drawn on Canvas gameboard and tiles for each side, also I have made selection of tiles by D-Pad. But what about, Android phone doesn't have ...
1
vote
2answers
48 views

Is there a place where I can find ready-for-use Tk/Tile themes?

I'd like to start with Ruby/Tk on Linux, but the default included styles are not very good looking... I've seen screenshots of applications using Tile and looking great, so I'd like to know whether ...
1
vote
1answer
783 views

Infinite maps/scrolling question

I'm using cocos2d for the iPhone to create an infinitely scrolling horizontal tile map. To achieve this, I've generated a library of 'segments', which are basically horizontal chunks of levels that I ...
1
vote
2answers
478 views

OpenGL ES tiled object (cube?), with clickable tiles

I'm starting study opengl, and im tring to make a 3d chess like, but i cant figureout, how i can know where i have clicked in the "table" to make the proper animations, any advice ?
1
vote
2answers
1k views

Invalid initializer, CGPoint

i have this code and on the second line it gives me an error that says invalid initialzer this is the code: -(void)setPlayerPosition:(CGPoint)position { CGPoint tileCoord = [self ...
1
vote
2answers
440 views

Tile inside Accordion does not resize correctly

In a Flex application I'm building I have an Accordion with a Tile component as shown: <mx:Accordion id="accordionShoppingBasket" width="100%" resizeToContent="true"> <mx:VBox width="100%" ...
1
vote
2answers
2k views

How do I start with 3D tile based game

I'd like to write a strategy game where it's map will be 3D tiled. I've read some articles on gamedev but most of them are trying to implement 3D in 2D space. I wonder how in nowadays it is ...
0
votes
0answers
11 views

JXMapKit: Changing the TileSize and using former waypoints

I am using JXMapKit and a custom tile server showing self-made .png tiles. In a database there are stored a lot of Waypoints and their longitude/latitude values. Now I need to resize the tiles from ...
0
votes
0answers
10 views

I need to find the tile attribute and the value will decide the next display

I working on tiles for this first time. And also not very familiar with struts. I have a code in jps like: <tiles:useAttribute id="buttonUrl" name="navigation_productPriceView" ...
0
votes
1answer
29 views

Fade out tiles one by one, then fade in

I have a large 150px x 150px tile that has 9 smaller 50px x 50px tiles. I want to fade out the small tiles one by one to reveal the large tile below, then fade in each small tile one by one after ...
0
votes
0answers
17 views

How to efficiently buffer map tiles with Android?

I'm writing an app that displays my own map files on an Android phone. A map consists of a grid of tiles. Depending on the user position tiles in the surrounding area are pre-loaded with ...
0
votes
1answer
24 views

How can I implement a zoomable draggable interface the same as seatgeek?

Seatgeek has a zoomable draggable tiled interface. An example is here: http://seatgeek.com/sf-bulls-yankees-tickets/3-2-2012-tampa-george-steinbrenner-field/mlb/785875/# I want to implement a ...

1 2 3