开发者

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?


  1. 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.
  2. 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.
  3. 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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜