YoavHaifa / WorkersRightsComputer

Half ready version
1 stars 0 forks source link

Support for non-Windows platforms #11

Open eyalroz opened 5 years ago

eyalroz commented 5 years ago

There's no particular reason the calculator should use Windows-specific code. It's UI is pretty simple, and could be reproduced in essentially every desktop environment on every operating system.

It seems not much more should be necessary than adopting the use of cross-platform GUI toolkit, such as:

Light-weight:

Heavy-weight:

Each of these has sufficient documentation to cover what this calculator needs.

eyalroz commented 4 years ago

I should also mention that Linux availability would make it easier to test or debug for people who don't use Windows.