š§ 5 Swift Projects People Donāt Know About
--
I lately wrote similar articles about Python and Rust. So, naturally, today I will tell you about Swift projects, you may be interested in. Here are five Swift projects that kick butts:
Mastodon iOS
In the previous article about Python I was writing about a Python app to parse Twitter archives. If you are fed up with Twitter, you can switch to Mastodon. Lately it sees some growing interest:
There is actually an official iOS app for Mastodon written in Swift. So you are fortunately not locked out from this social media platform. Mastodon is an interesting project, because it is decentralized. It means no corporation can control what is published. You just choose a server/s you want to join, and can explore the new way for⦠mastodoning, I guess.
ClashX
Sometimes youād like to set up a rule based proxy on Mac. If you do, ClashX (written in Swift) is a Clash (written in Go) based project to do just that. It supports HTTP/HTTPS and SOCKS, offers GeoIP rules, Vmess, Shadowsocks, Socks5 and Trojan. It comes even with Netfilter TCP redirect support.
Code App
Code App tells it all. To make it easier to code on the iPad devices, the Code App is developed in Swift. The looks of the app can be familiar for you. It is not a coincidence, because the developers inspire it on the VS Code design template.
Currently, it comes with built-in Node.js, Python, C, C++ and PHP runtime. Added, the text editor is based on VS Code Monaco Editor, it supports nicely local file-system, includes emulated terminal, Git version control, and popular package managers (Pip and NPM). Itās a great solution if you want to code on your iPad tablet.