Luca Ban ᯅ (@mesqueeb) 's Twitter Profile
Luca Ban ᯅ

@mesqueeb

visionOS dev. 💜 TypeScript and Synthwave. CEO of cycraft.co

ID: 15779000

linkhttps://github.com/mesqueeb calendar_today08-08-2008 15:29:55

345 Tweet

327 Takipçi

281 Takip Edilen

Kai 🇺🇦 (@kaioelfke) 's Twitter Profile Photo

For all Apple developers already localizing apps with String Catalogs or want to get started with that I have a new app on TestFlight. Unlike other tools out there it supports GPT-4o, lots of validations, and full editing of device / plural variations. stringcatalogtranslator.com

fatbobman (东坡肘子) (@fatbobman) 's Twitter Profile Photo

Techniques for Automatic Merging of String Catalogs in Multi-Package Monorepos In this article, Luca Ban ᯅ introduces a method for automatic merging of string catalogs in multi-package monorepos without requiring additional operations. fatbobman.com/en/posts/mergi…

Luca Ban ᯅ (@mesqueeb) 's Twitter Profile Photo

Quick SwiftData note: Implementing `Codable` in your `Model` you **must** use the same property names for your CodingKeys as the properties of the `Model`. Otherwise SwiftData will not save the property at all! This is AFAIK undocumented behaviour that cost me 8h to find out 🥲

Luca Ban ᯅ (@mesqueeb) 's Twitter Profile Photo

If you’re moving from TypeScript to Swift 🐦‍⬛, I’ve made this handy dandy CheatSheet to help you find equivalent methods. For example TS `array.every()` in Swift being `.allSatisfy()`. Check it out here: 👉 mesqueeb.github.io/SwiftVsTypeScr… #Swift #TypeScript #Coding

fatbobman (东坡肘子) (@fatbobman) 's Twitter Profile Photo

Fatbobman's Swift Weekly #042 | Experience is a Double-Edged Sword - Common Misconceptions About SwiftUI - Particle Effects with Canvas - Image Memory Optimization - Swift vs TS - SwiftData Error Handling - Async Await in Swift - DebugDescription weekly.fatbobman.com/p/fatbobmans-s…

Luca Ban ᯅ (@mesqueeb) 's Twitter Profile Photo

Building on a my AR board game library 🎲🃏, I spent a week crafting a prototype of MARVEL SNAP in AR! For  Vision Pro ᯅ Here's what it looks like 😃

Tassilo von Gerlach (@tvon_g) 's Twitter Profile Photo

Apple bringing Reality Kit cross platform compatibility to iPhone feels like they are setting the stage for Apple Glasses with 3D rendering offloaded onto the iPhone

Luca Ban ᯅ (@mesqueeb) 's Twitter Profile Photo

In my visionOS research I found something spooky 👻 about the relation between frame and volume sizes: A volume renders at 99cm at 1353 points, 100cm spans 1354-1366 (12 points). That suggests 1cm = 12 points, so 100cm should be 1200 points…? 🤔 But it’s 1360 points! 😅

In my visionOS research I found something spooky 👻 about the relation between frame and volume sizes:

A volume renders at 99cm at 1353 points, 100cm spans 1354-1366 (12 points). That suggests 1cm = 12 points, so 100cm should be 1200 points…? 🤔 But it’s 1360 points! 😅
Luca Ban ᯅ (@mesqueeb) 's Twitter Profile Photo

Recently added more pages to Swift VS TypeScript cheatsheet! 📖 I remember the syntax for closures in Swift really confused me at first, but laying it all out next to TypeScript, it's all so clear and oh so similar! 😁 Swift VS TypeScript Functions: mesqueeb.github.io/SwiftVsTypeScr…

Luca Ban ᯅ (@mesqueeb) 's Twitter Profile Photo

Making progress on my card game for Apple Vision Pro! 🃏 Shuffling cards still has some bugs but opening a pack of cards is fun 😂 #visionOS #development

Luca Ban ᯅ (@mesqueeb) 's Twitter Profile Photo

Don't try to work with GroupActivities on a background thread or from an actor... handle your GroupActivities code in a `MainActor` isolated class!!!

Luca Ban ᯅ (@mesqueeb) 's Twitter Profile Photo

Finally got SharePlay working flawlessly!! And fully cross platform! 💻🥽 RealityView support for macOS saved me! Now I can debug by playing myself on the Mac & Apple Vision Pro 😀

Luca Ban ᯅ (@mesqueeb) 's Twitter Profile Photo

Some progress on my WIP card game for  Vision Pro! I'm experimenting with dragging around cards on macOS for SharePlaying with someone on visionOS. The UX solutions I'm coming up with are so fun : D 🃏🥽 #visionOS #development