Project DescriptionSilverMap is Silverlight/WriteableBitmap based tile map/editor useful for game development. Tiles are placed in layers and rather than the typical grid. The tiles can be placed at random throughout the map. Each layer is draw over the other and opacity can be applied to any tile.
SilverMap is still in an alpha phase so the editor or map may contain bugs, who I am kidding, they will contain bugs so use at your own risk!The SilverMap control library makes use of the
WriteableBitmapEx library. Be sure to download the source for the
WriteableBitmapEx before attempting to compile the solution.
The tiles used in the editor/sample application are
Danc's Miraculously Flexible Game Prototyping Tiles.
Getting Started and Setup