soda3x / Moneybags

Moneybags: a cashflow management system
10 stars 1 forks source link

Java w/ JavaFX rewrite #5

Open soda3x opened 4 years ago

soda3x commented 4 years ago

Currently MetroFramework is used but this has caused a variety of issues such as the Windows close, minimise and maximise buttons appearing as “1 2 r”. I will attach a screenshot.

soda3x commented 3 years ago

Currently investigating the use of WinUI 3

soda3x commented 2 years ago

For the future of this project, the plan for this is to move to MAUI to begin MacOS support and eventually potentially Android and iOS support

soda3x commented 2 years ago

v0.5-alpha release will be the first version using the MAUI framework. Initially, this will still only be available on Windows.

soda3x commented 2 years ago

Decided against using MAUI and instead will use Java (which means a rewrite of the code) + JavaFX. Reasoning is as follows:

The first step in the rewrite is to get the Java version to feature parity with the WinForms version so that the WinForms version does not need to be supported anymore.