From 718d8b09bec215eaed6838300bcbb85fddac6ac1 Mon Sep 17 00:00:00 2001 From: david-swift Date: Fri, 18 Oct 2024 23:02:22 +0200 Subject: [PATCH] Improve nativecrossplatform article --- content/blog/NativeCrossPlatform/index.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/content/blog/NativeCrossPlatform/index.md b/content/blog/NativeCrossPlatform/index.md index a225d0b..39131a2 100644 --- a/content/blog/NativeCrossPlatform/index.md +++ b/content/blog/NativeCrossPlatform/index.md @@ -19,6 +19,15 @@ Therefore, it is possible to use a huge range of UI frameworks in Swift code. This is an ideal basis for a cross-platform UI framework. +{% alert(tip=true) %} +**Short summary:** +I'm creating a cross-platform UI framework +for Swift, based on the native UI frameworks for each of the supported platforms. +This is still very experimental. +{% end %} +
+Check out the project's homepage + ## Native Apps Cross-platform UI frameworks like React Native primarily target mobile phones. @@ -103,7 +112,7 @@ Second, I hope to spark the interest of some people with this article. I've decided to start the Aparoksha project with support for GNOME and Windows. I'd love to add support for other platforms as well: -- KDE (one framework to develop native GNOME and KDE apps - wouldn't that be qt?) +- KDE - macOS - iOS - Android @@ -115,5 +124,6 @@ It would be really cool if people who have the time and inclination to develop o Finding contributors is the main reason I'm publishing this article. If you want to use the Aparoksha framework, subscribe to the RSS feed [here](/rss.xml) and wait some months for the introductory article. +Follow Aparoksha on the Fediverse for more frequent updates on the latest changes. Thanks in advance for any feedback and code! Don't hesitate to share your ideas, concerns, and questions.