I would tend towards the higher price as long as your app is good value. You always have to compete the the "I could write that myself" viewpoint - but make it clear that the $25 will save the customer several hours work and meet their needs and you probably have a sale. Try before you buy is the time honoured way of proving utility and value but that adds the cost of adding security to the app. Perhaps an unconditio…
Pricing a Simple, Useful Desktop App
11–20 of 77 posts
Re: Pricing a Simple, Useful Desktop App
#12What does it do? What other software does the same thing and why is yours better?
It calculates trajectory, drop, etc of a bullet depending upon caliber, grain, powder, etc. It's command line only. It's windows only. No GUI, but it's very simple to use and accurate. Very useful for folks who reload their own ammunition. Covers all calibers from smallest to largest.
Re: Pricing a Simple, Useful Desktop App
#13What does it do? What other software does the same thing and why is yours better?
It calculates trajectory, drop, etc of a bullet depending upon caliber, grain, powder, etc. It's command line only. It's windows only. No GUI, but it's very simple to use and accurate. Very useful for folks who reload their own ammunition. Covers all calibers from smallest to largest.
Re: Pricing a Simple, Useful Desktop App
#14[deleted]
Re: Pricing a Simple, Useful Desktop App
#15Earlier quoted context omitted.
It calculates trajectory, drop, etc of a bullet depending upon caliber, grain, powder, etc. It's command line only. It's windows only. No GUI, but it's very simple to use and accurate. Very useful for folks who reload their own ammunition. Covers all calibers from smallest to largest.
You might get more money from making the application into a web application and getting commission from click-through sales of actual hardware.
Re: Pricing a Simple, Useful Desktop App
#16Earlier quoted context omitted.
It calculates trajectory, drop, etc of a bullet depending upon caliber, grain, powder, etc. It's command line only. It's windows only. No GUI, but it's very simple to use and accurate. Very useful for folks who reload their own ammunition. Covers all calibers from smallest to largest.
It can't be that hard to slap a GUI on it with something like Tk, and that would probably make it a lot more attractive to people.
Re: Pricing a Simple, Useful Desktop App
#17Earlier quoted context omitted.
And if there is other software that does what yours does, what is being charged for it?
The wife told me I can't spend any more time working on it, unless I can break even on web hosting, etc. So to clarify. I have to pay for web hosting, bandwidth, storage... as those things cost me money.
That's not what he asked, though.
Re: Pricing a Simple, Useful Desktop App
#18Earlier quoted context omitted.
It can't be that hard to slap a GUI on it with something like Tk, and that would probably make it a lot more attractive to people.
It's C++. I do have a GUI written using WXwidgets, but it's only 75% done. I thought I'd try to sell the CLI version first and if it is popular and pays for itself somewhat, then finish the GUI as I could then justify it with the wife.
Re: Pricing a Simple, Useful Desktop App
#19What does it do? What other software does the same thing and why is yours better?
It calculates trajectory, drop, etc of a bullet depending upon caliber, grain, powder, etc. It's command line only. It's windows only. No GUI, but it's very simple to use and accurate. Very useful for folks who reload their own ammunition. Covers all calibers from smallest to largest.
Also, I agree with others that trying to sell a CLI version will probably go nowhere. In fact, it may stifle adoption after you switch to the GUI version (since prospective users might think "Oh, that's that terminal program, right? Yuck!").
Re: Pricing a Simple, Useful Desktop App
#20What does it do? What other software does the same thing and why is yours better?
It calculates trajectory, drop, etc of a bullet depending upon caliber, grain, powder, etc. It's command line only. It's windows only. No GUI, but it's very simple to use and accurate. Very useful for folks who reload their own ammunition. Covers all calibers from smallest to largest.
Get Dev-Cpp; click Tools -> Check for Updates -> [scroll around to find a recent FLTK devpak -> Select -> Download.
Restart FLTK and New -> Project -> GUI -> FLTK.
Get it done!