Canvatorium Visio Lab 5029
Volumes can have toolbars?
Volumes can have toolbars?
Version 1.1 features improved gestures, gravestone rotation and scaling, and a new app icon.
Twenty-five labs for Apple Vision Pro
Today I put together a handful of labs using SwiftUI gestures to manipulate RealityKit entities.
Mixing 2D Views with RealityViews in SwiftUI.
A place to bury all those dead projects.
Attaching a UI to a Mesh.
Version 1.0 of Retrospective Timelines was written completely in SwiftUI and while I’m excited to keep working in SwiftUI, there were some issues and limitations that it imposed on my app. You can’t really talk about SwiftUI without someone pointing out that it’s not “ready” to be used in production yet. I mostly disagree with…
One of the core features of Retrospective Timelines is the ability to share an Event as an image. I’m working in SwiftUI on this project so my first attempt was to see if I could render SwiftUI views as images. Last June Erica Sadun wrote a post about rendering SwiftUI on macOS Mojave that gave…
I’ve had a longstanding issue in Retrospective Timelines. I have a simple EditButton on the list of timelines in my app. This button toggles the list into edit mode where the user can perform several actions. The issue was that when I closed the modal view with a button, sometimes the EditButton on the list…
I’m making progress on the user interface for the app. Most of my time has been spent on making the Event List views look the way I want. I’ve also updated the Event Edit view with a new timeline picker and a long form text view for editing notes. Timeline and Event List views side…
This morning I made a custom version of a picker for the events form. I needed a way for events to select a different timeline. The default picker in SwiftUI had some limitations so I set out to make my own. The only main difference is that it uses a sectioned list with timelines sorted…