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 data 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?