Improve nativecrossplatform article
All checks were successful
Gitea Actions Demo / publish (push) Successful in 18s

This commit is contained in:
david-swift 2024-10-18 23:02:22 +02:00
parent 27d341b99a
commit 718d8b09be

View File

@ -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 %}
<br>
<a class="inline-button" href="https://aparoksha.dev/">Check out the project's homepage</a>
## 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 <a class="external" href="https://mastodon.de/@aparoksha">Aparoksha on the Fediverse</a> 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.