I\'ve got a 64x64 image that I\'m using as the source of a VisaulBrush which I tile over the background of a control.However, based on some run-time logic, I want to change the origin of the visual br
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
Hello guys I have a small problem while designing a iphone game with a grid using cocos2d. The game needs a 10x10 grid in the middle of the screen (it is not covering the entire screen).
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:
I\'d like to overlay a custom map using MapKit. I\'ve currently implemented the TileMap sample from WWDC10. However, my overlay map is in vector form (pdf) and it seems like a terrible waste to raster
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 algori
For a 2D tile engine I\'m working on map generation algorithms. I tried heightmap generation : hill generation
I am trying to create a pacman-like game. I have an array that looks like this: array: 1111111111111 1000000000001
My problem is: I would like to allow my user to pin single elemen开发者_如何学Pythont information from the WP7app (like information from listbox item) to the Live tile. How to do that? TileScheduler o
I was trying to use a tiled image in an image resource, and i was refering to the GWT tutorial for it...