I was dinking around with .NET 3.5 and WPF over the weekend and got a halfway working app that can be used to build descent maps.
I need some folks to test it out for me and use it to build a map or 2 to give me feedback. Here are some specifics:
Good News:
1) I will/should have all the scanned images of everything up to ToI. MAP PIECES ONLY. NOTE: No monsters support yet, see below.
2) The basics work. Moving images/building maps, zorder support, zoom etc.
Bad News:
1) no PDF support. I know this will be a killer for most people. In fact i don't think you can upload non PDF files to the descent editor database so you would only be able to make copies for yourself. Essentially this thing saves files as XPS documents. XPS is essentially Microsofts PDF competition. They are kinda slick. Once you make a map you save it to XPS and IE or other browsers should load it just fine. Then you can print to your printer as normal. As long as you have access to IE explorer 6 or higher you have a free XPS viewer/reader etc. Just print from IE.
2) .NET 3.5 support only. Essentially Windows only. Sorry but please NOTE: If someone has a website that i can host the app on i think it would be easy for me to covert it to silverlight. That way MAC and linux folks could use it as well in Firefox or any other browser that supports silverlight.
Alpha Version Notes:
1) No text support for fun/descriptive text. I will add this soon, hopefully if there is demand. Remember, i was learning how to do image manipulation in WPF/.NET 3.5 and haven't figured out the full document support stuff. I would like to but this will be in the next version if i get time/demand is warranted. So, no you cannot make full adventures yet. You can make basic MAPS only.
2) No Tracker/Piece/Inventory management. I just have raw images of everything in the Tree View control and I don't manage how many of each piece there are yet. I will eventually but it's not in yet and also depends how important this is for folks.
3) This is ROUGH ROUGH ROUGH. This app is literally only 4-5 hours worth of code so it is very ROUGH right now. It can basically just give you a canvas to lay out and manipulate images on and then send them as .XPS documents.
4) No Monster support yet. I don't have the monster icons scanned as images yet. I will get those in the next version.
5) Working on a killer mouse bug. Right now when you ZOOM out from the canvas the Mouse does not scale with the Image being moved so moving images scaled way out (ScaleTransform less than 1) then it is slow. It still works but it may take you a few drag and drops to get it to the location you want.
Going Forward:
I need to finish up the installer, work on a couple fit/finish things, finish a basic help file and most importantly scan the rest of the Decent images. I am about half way there now. If you are interested let me know and i will send you a copy in a week or 2 to play with. If there is no interest that is cool too as my main purpose was to learn image manipulation via .NET. Descent just so happens to be my favorite game so why not put them together I also wanted to see how much interest there was so i know how much fit/finish i put in the thing