Thanks to those that responded.
QUOTE (Sunshine @ Jun 29 2013, 10:44 AM)

I'd love to see some sort of combat calculator/ Simulator for sr5 with some template characters (Gangers, Sec Guards, Drones, Spirits, Sprites, Critters). So if my players go off track I could fire the program up and have a Squad of X with Initative Order, Pools, etc. and a comfy UI (a Dodge button, -5 Initatve, a Condition Button like Visibiltiy/ Cover/ Prone/ Running), etc.
I do not have any Idea what amout of work I am asking here for, but since you asked.
love Sunshine
If I'm not mistaken Hero Labs already has a tactical console that does something like that. I do not want to duplicate their work. A semi-random NPC/goon generator is something I could do though.
QUOTE (IridiosDZ @ Jun 29 2013, 03:08 PM)

Are you capable of programming for Android? There are very few SR tools available for Android and I would love to replace my laptop with my tablet at the table.
As for me, whether it's Windows/Android I'd like to see a random Matrix host generator. Something that you give it maybe one or two parameters (such as difficulty and/or type) and it 'rolls' up a host (or a network of hosts). Something related is a commlink 'simulator' that allows you to load the stats for your PCs commlinks and set up dice rolls. Otherwise, a good initiative tracker for Android would be nice. Or some app (again thinking Android) that you can set up personalized preset dice rolls that allows you to tap a button for a dice pool. Also maybe you could read the .chum file (its XML?) and make skill/attribute dice roller buttons.
Sorry for the spam here. And sorry for suggesting Android if it's not your thing.
Just to note, matrix rules are very likely to change between editions but I'm not sure how much.
It's not spam and there is no reason to be sorry. I'm pretty much set on C# with Windows Presentation Foundation. Windows XP with the SP3 or better. Windows 7 or Windows 8 preferred. Goal is to build it so that it will work equally well the keyboard/mouse and touchscreen.
I have experimented with Android development. Not something that I am interested in right now. Trouble with it is that you have to write the app so that the GUI will adapt seamlessly to the size of the screen...whether it is a phone or tablet. Android also leaves you totally at the mercy of the operating system...if Android decides for whatever reason that your app needs to close (like if you rotate the screen ninety degrees and it switches from portrait to landscape mode), it has to do so cleanly and fast and save all settings to a database so that when it starts back up everything is the same. This is why there are so few Android apps on the market that are bulletproof. It's a lot easier to make something on Windows or even Linux because you have a reasonable amount of control.
I'll look into the matrix stuff. I like your idea of an initiative sorter and working with .chum files. It is something I will investigate. XML is very easy to work with in C# so that is interesting.
QUOTE (Epicedion @ Jun 29 2013, 05:19 PM)

Building plans generator. Randomized and editable.
Maybe by connecting nodes. Difficult but interesting. I'll think about it. Thanks.