Tuesday, February 26, 2013

Eve Shopping List v0.1


As a frequent user of Pyfa for getting my ship fits and someone who buys in bulk his ships for the month, I often have to compile a list of modules from various fits into a spreadsheet so I know I need ten damage controls, 8 Energized Adaptive Nano Membranes, etc. This list saves a lot of time in the market hub buying everything.

I figured I should make a better way of compiling this list and get some practice with WPF and C# in the process.

If you are interested, here is my code's repository on Github.

Its a work in progress, but basically you copy and paste EFT text fits into the window and hit add and the program parses it and makes a list of modules, ships, charges it contains. You can save+load the lists and copy to clip board. Going to add functionality to add one off items (like extra ammo!) and edit the list directly for fine tuning.

It was created in Visual Studio 2012 and is written in C# and WPF. If you are curious, give it a whirl. I will be creating a distributed install for public consumption once version 1.0 is complete.

NOTE: I am aware of the website EVE Online Shopping Lists. There are definite advantages to a web application and I might even go that way myself in the future.

No comments:

Post a Comment