https://github.com/forcequitos/solari
Enables Liquid Glass. Built for Swift Playgrounds.
https://github.com/forcequitos/solari
Last synced: 9 months ago
JSON representation
Enables Liquid Glass. Built for Swift Playgrounds.
- Host: GitHub
- URL: https://github.com/forcequitos/solari
- Owner: forcequitOS
- License: mit
- Created: 2025-09-02T01:39:56.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-02T01:54:45.000Z (10 months ago)
- Last Synced: 2025-09-02T02:25:57.333Z (10 months ago)
- Language: Swift
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Solari
Enable Liquid Glass from Swift Playgrounds. It's really the simplest thing imaginable.
Call `enableLiquidGlass()` in your app and it'll be Liquid Glass now.
For SwiftUI, you can do this in your entrypoint like so:
```
@main
struct YourApp: App {
init() {
enableLiquidGlass()
}
var body: some Scene...
}
```
This is built for Swift Playgrounds but should hypothetically work literally anywhere. It obviously still required i(Pad)OS 26.
Package requires appleOS '19 or later, since believe it or not, it uses SwiftUI. Should work on iOS, macOS, visionOS, watchOS, and tvOS, but I cannot truly be bothered testing it on all of those.