@@ -32,7 +32,7 @@ is easier to rationalize. If you believe there is a better way, please [let us k
32
32
those situations developers need to look at other technologies that use a browser engine to render
33
33
the UI but allow direct access to the platform. Some examples of these technologies are [ Electron]
34
34
(used by VS Code), [ Chromium Embedded Framework] (used by Spotify), [ Apache Cordova] , [ Ionic] ,
35
- [ NW.js] , [ Tauri] , etc.
35
+ [ NW.js] , [ Tauri] , [ Chromely ] etc.
36
36
37
37
* ** [ Platform controls] ** : In this category the technology uses the controls (buttons, inputs, etc.)
38
38
provided by the Operating System, and provides an abstraction to create these interfaces for all
@@ -46,7 +46,7 @@ is easier to rationalize. If you believe there is a better way, please [let us k
46
46
System to draw directly on the screen. This means that they are also responsible for implementing
47
47
any controls developers might need. For that reason, applications in this category usually have a
48
48
consistent look and feel regardless of where they are running. Some of the technologies here are
49
- [ Qt] and [ Flutter ] .
49
+ [ Qt] , [ Flutter ] , [ UnoPlatform ] and [ Avalonia ] (mobile support is in public preview) .
50
50
51
51
<!-- TODO: Add a diagram representing the above -->
52
52
@@ -74,3 +74,6 @@ is easier to rationalize. If you believe there is a better way, please [let us k
74
74
[ Tauri ] : https://tauri.studio/
75
75
[ WebKit ] : https://webkit.org/
76
76
[ Xamarin ] : https://dotnet.microsoft.com/apps/xamarin
77
+ [ Chromely ] : https://github.com/chromelyapps/Chromely
78
+ [ UnoPlatform ] : https://platform.uno
79
+ [ Avalonia ] : https://www.avaloniaui.net
0 commit comments