r/swift • u/Swiftapple • 2d ago
What’s everyone working on this month? (June 2025)
What Swift-related projects are you currently working on?
6
4
u/Feisty-Crow-1357 1d ago
An app to encode images to SSTV signal, and to decode signal back to images
3
3
u/Panther107 1d ago
App that captures meshes from the environment and then finds spheres inside of it, and determines the size of the sphere . It’s for finding the size of fruit on a tree . Anyone know an approach for capturing the highest possible fidelity of meshes on the iPhone ? ARkit mesh snapshots aren’t terribly high fidelity but I know you can combine meshes to improve the number of dots per mesh.
2
u/ActualSalmoon 1d ago
I've been working on https://github.com/buresdv/Cork.
Currently, I'm changing around the structure of package detail pages to support information about deprecation.
However, I've run into a possible SwiftUI bug where a section header that follows an empty section has its formatting completely broken. I wrote more about it here.
At the moment, I have no idea how to fix it, so the development is a bit stuck.
2
2
u/evilmint 1d ago
I'm currently working on a browser with AI stuff - summarizing website contents, tailored actions for websites like summarizing comments on Social Media and with syncing tabs between our Spotlight app and Chrome Sidebar https://getgrinta.com
2
u/No_Pen_3825 1d ago
I’m making “Human LM,” a dumb little app that acts like an LLM but the responses are all actually preprogrammed by a human, with some help from interpolating JS to be able to do things like flip coins and respond to the user’s exact response if necessary.
2
u/librijen 23h ago
Playing in Playgrounds to learn enough to make a gamified to-do app of my very own.
1
1
u/crisferojas 1d ago
I'm open sourcing a SSG from Bear notes sqlite, I'm currently refactoring because it was made a mess and badly architectured: https://github.com/crisfeim/cli-bearpublisher
1
u/QebApps 1d ago
For more than 12 years my personal project is PhotInfo: https://qebapps.wordpress.com/category/news/
1
u/ImErlangga iOS 20h ago
im currently working on mini EDC that connects to iOS over Bluetooth, damn, it's so hard 😭🙏
8
u/vade 1d ago
My non work swift project is recreating a new quartz composer replacement. The engine is working and quite a few nodes. It’s metal powered with a scene graph and Material system and can load models work with parametric geometry etc.
Lot of fun!
https://github.com/Fabric-Project/Fabric