-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for additional platforms #1
Comments
I plan to add support for macOS next. |
Work has begun. |
Experimental, functional AppKit wrappers for blur and vibrancy effects have been implemented in the |
Hi, lucasbrown. Thank you for this awesome project. I like Showing All Messages
terminated(128): CA_DEBUG_TRANSACTIONS=1 LD_LIBRARY_PATH=/Applications/Xcode-12.beta.6.app/Contents/Developer/../SharedFrameworks/ XPC_FLAGS=0x0 XPC_SERVICE_NAME=com.apple.dt.Xcode.39772 HOME=/Users/marecrisium CA_ASSERT_MAIN_THREAD_TRANSACTIONS=1 PATH=/Applications/Xcode-12.beta.6.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin SHELL=/bin/zsh LOGNAME=marecrisium USER=marecrisium TMPDIR=/var/folders/8v/6zsny3cd5pb4qcwdpbqz0cyh0000gn/T/ __CF_USER_TEXT_ENCODING=0x1F5:0x0:0x0 MallocNanoZone=0 SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.0yzPuAR1Ry/Listeners /Applications/Xcode-12.beta.6.app/Contents/Developer/usr/bin/git -C /Users/marecrisium/Library/Developer/Xcode/DerivedData/slamdeckcreator-dwbestgvbrukegaioxfjskqszjlx/SourcePackages/repositories/swiftui-visual-effects-c861c6f8 rev-parse --verify 'swiftui-visual-effects^{commit}' output: |
Hi, @donly. That branch, Internally, I have been playing around with multiple macOS and tvOS API designs and implementations, and ultimately came to an entire new version of the project ( I was iterating so quickly that I stopped pushing local changes to the remote and have files scattered about locally. I apologize for the confusion, and I definitely want to give this project some more love once I have the time to do so again. Thank you for your interest. :) |
Currently, only iOS is supported; remaining platforms include macOS (
NSVisualEffectView
) and tvOS.The text was updated successfully, but these errors were encountered: