Skip to content

Commit 6ab4ccd

Browse files
HeikoKlareakurtakov
authored andcommitted
Add information about SWT prototypes (Initiative 31) #1580
This enhances the readme by adding a section on prototyping work for a single, OS-agnostic SWT implementation with links to the according prototype repositories (Initiative 31). Fixes #1580
1 parent 85943fd commit 6ab4ccd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,14 @@ You can register bugs and feature requests in the Github Issue Tracker. Remember
123123
- [New SWT issue](https://github.com/eclipse-platform/eclipse.platform.swt/issues/new)
124124

125125
Please bear in mind that this project is almost entirely developed by volunteers. If you do not provide the implementation yourself (or pay someone to do it for you), the bug might never get fixed. If it is a serious bug, other people than you might care enough to provide a fix.
126+
127+
128+
# Prototyping on a Single, Cross-Platform SWT Implementation
129+
130+
There is current work on evaluating the feasibility of achieving a single, OS-agnostic implementation of SWT in order to reduce maintenance efforts, enable better look and feel, and improve configurability.
131+
The work on these prototypes and their documentation can currently be found in a dedicated GitHub organization: https://github.com/swt-initiative31
132+
133+
Actual prototyping work has been started on four technologies: Skia with Visual Class Library (VCL), Skia with custom-rendered widgets, GTK, and Swing\
134+
The prototypes for the following technologies are still under investigation, are further developed and can be tried out here:
135+
- Skia with custom-drawn widgets: https://github.com/swt-initiative31/prototype-skija
136+
- Cross-platform GTK: https://github.com/swt-initiative31/prototype-gtk

0 commit comments

Comments
 (0)