-
Notifications
You must be signed in to change notification settings - Fork 1
Branches
Majick Tek edited this page Sep 24, 2022
·
1 revision
While the launcher is being developed, several branches are created, merged, and deleted. You may see some deleted branches referenced in issues or pull requests. If a branch gets deleted, that means it is no longer needed as its changes have been merged into main.
Current branches:
-
swt-windows
- A rewrite of the 1.6.3 UI in SWT/JFace to test my ability to learn a new UI framework.- As the name suggests, this build is Windows-only. SWT requires native DLLs to be manually added, making creating a cross-platform app difficult.
- This will be addressed with a new build system in the future. The code will be kept as platform-agnostic as possible so that the natives can be swapped out easily. Testing is being done on Linux and Windows systems (full requirements TBD).
- As the name suggests, this build is Windows-only. SWT requires native DLLs to be manually added, making creating a cross-platform app difficult.