poker hand history analyzer
I want to build a poker hand history analyzer that will work on both windows and osx for the desktop.
The user needs to be able to select a set of text files that are parsed into a database on their local machine.
Then the d开发者_高级运维ata in the database is displayed with various filter options, info tables and graphs.
What are my options for programming language, database and cross-platform ui?
- Pick a language that you want to work with. This should run on the targets you wish to support. I would pick a language that you find enjoyable to use and enables you to be productive.
- Pick a database with (nice) bindings for said language that supports said targets. You may want to consider in-process (e.g. lightweight) options to minimize additional system requirements or installation/setup. Analyzing the problem more will reveal what "type" of database, if any, if appropriate.
- Pick a UI with (nice) bindings for said language that supports said targets. You may have to sacrifice some "portability" with "works like a native app". However, there are plenty of cross-system UI libraries which have countless bindings.
Happy coding.
Build an adobe air app.
Why not join forces with FreepokerDB?
It's an open-source results tracker and HUD written in python.
精彩评论