Aussie software developer & uni student; Rock climber; Loves Swift, Rust and Svelte; Creator of Delta Client and SwiftCrossUI

Joined May 2021
166 Photos and videos
Pinned Tweet
22 Mar 2024
For the Swift Student Challenge I created a ray-tracer which respects general relativity (to the extent of the Schwarzschild solution) and renders blackholes; the fiery disk around the blackhole is in-fact flat! (the bending of light creates the iconic blackhole halo)
16
8
245
16,745
I've just published the February and March SwiftCrossUI development update video. It was a bit delayed, so some of the information has been superseded since filming, but it should be interesting nonetheless! youtu.be/RzT7_priAE8
1
2
160
SwiftCrossUI now supports hot reloading on Linux! If you'd like to try it out, install the latest commit of Swift Bundler, and create a new project from the SCUI hot reloading template. Then you can run the project with the ‘--hot’ flag, and everything should "just work” (TM)
1
7
371
moreSwift just joined Open Source Collective 🎉 If you've ever considered sponsoring the development of SwiftCrossUI or Swift Bundler, there's never been a better time! opencollective.com/moreswift
1
2
6
558
Much of my recent work has been supported by @videovillageco, meaning that for now funds will mostly go to moreSwift’s external core contributors (who have so far done everything for the love of open source ❤️).
83
Windows apps built with SwiftCrossUI are now 200mb smaller! 🎉 SwiftPM's static linking support has recently improved on Windows, allowing me to merge swift-winui and all of its dependencies into a single monorepo with static linking.
1
4
20
1,532
SwiftCrossUI's Counter example used to take up 360mb on Windows and now it uses 144mb (including the Windows app runtime installer).
2
157
SwiftCrossUI's AndroidBackend now supports sheets thanks to Beberka! github.com/moreSwift/swift-c…
5
286
stackotter retweeted
GG for 3rd with @TeamOceaniaICC!
1
8
10
356
stackotter retweeted
May 20
3rd place at the International Cybersecurity Challenge with @TeamOceaniaICC
9
18
527
This release also includes the new DocC tutorials that Kaleb Ascevich created from our existing how-to guides. The new DocC tutorials are hosted under the Meeting SwiftCrossUI page of our documentation site; docs.swiftcrossui.dev/tutori…

1
77
Thanks to Mia Koring, SwiftCrossUI now support gradients! (linear, radial, and angular/conical) github.com/moreSwift/swift-c…
4
162
Kaleb Ascevich recently converted SwiftCrossUI's quick start documentation and platform-specific setup guides into DocC tutorials, with screenshots and all! github.com/moreSwift/swift-c…
1
4
179
I've been working on SwiftCrossUI for ages and I still refer back to our Swift dev environment setup guides occasionally when setting up new VMs, so others will surely find them useful too; even more so now that they're easier to follow!
1
39
SwiftCrossUI now supports WebViews on Android thanks to Beberka’s recent PR! github.com/moreSwift/swift-c…
1
7
669
I've recently merged some big AppBackend protocol changes into SwiftCrossUI. Kaleb Ascevich, who first contributed to SCUI earlier this year, refactored the 2000-line protocol into about 3 dozen smaller protocols, roughly separating the API surface by feature.
1
2
137
This has made it much easier to implement new backends incrementally, and makes it possible to implement missing backend features from application code 👀 The PR was a monster to review, but was totally worth it: github.com/moreSwift/swift-c…
45