💡 Image-Based Lighting for UI elements. 🤩
Custom RealityKit meshes aligned up with the 2D UI enable full control over how light (highlights, shadows, reflections) paints the surfaces. Perfect fit for revamping my first app. 👇
#iOS#Swift#SwiftUI#RealityKit
⏱️ The first iteration of TapStack (a timer for Rubik's Cube) UI was pre-rendered to get all the Skeumorphic UI details. This time, it can be rendered dynamically, in every device size and orientation. 💎✨
#iOS#Swift#SwiftUI#RealityKit#Speedcubing
@natolambert Please as many real world UX / Dataset examples as humanly possible. Would be interesting to see what coding models are post-trained on. ☺️ Also, keep up the great work.👌
@alexalbert__@bcherny @meag_han_c @_catwu Future UX plans for “beyond chat interface”? Many AI assisted workflows gravitate towards spec-based development: any plans for better managing specs? Like a new kind of project file format, with design, code architecture, rules, guides, etc. (even code snippets), all together.
@ericzakariasson@ryolu_ Actually my existing todos seemingly picked 👇 up by @cursor_ai already. Not sure if that was intentional (?), ☺️ or the model just did what it thought the best.
@steipete@cursor_ai They added some super-interesting stuff in 1.2, like indexing PRs (!) for semantic search, message queue, etc. https://t.co/mWiRWf34U6
@NathanBLawrence@peterfriese Is there any docs or public data about the tools? I tried to inspect the available tools, but not sure how accurate these are.
📑 Exported #Xcode26 AI Assistant System Prompt and Tool specs! 🤩
"Use tools like `str_replace`, `view`, `create`, and `query_search` when performing actions in the user's project."
👉 See more at https://t.co/RFYOCtMnOp
#WWDC25#AppleIntelligence
@waghnakh_21 I inspected Xcode Coding Assistant system prompt and tools at https://t.co/jpof5V4f4f. The 2 tools in total with a keyword search, and a string replace tool, feels very basic compared to the 10 @cursor_ai tools, with custom models for semantic search, and edit / apply.
📑 Exported #Xcode26 AI Assistant System Prompt and Tool specs! 🤩
"Use tools like `str_replace`, `view`, `create`, and `query_search` when performing actions in the user's project."
👉 See more at https://t.co/RFYOCtMnOp
#WWDC25#AppleIntelligence
📑 Exported #Xcode26 AI Assistant System Prompt and Tool specs! 🤩
"Use tools like `str_replace`, `view`, `create`, and `query_search` when performing actions in the user's project."
👉 See more at https://t.co/RFYOCtMnOp
#WWDC25#AppleIntelligence
@jacobtechtavern Turned out that Publishers have async extensions out of the box. The values 👇 property gives an AsyncSequence ready to for await. https://t.co/f7kc89RPs9
@_MarlonJames So many explainer on the internets, but really they are just things you can call map and flatMap on, so you can chain them (e.g. sequences, streams, and optional).