Swiftpack.co - Swift Packages by maxxfrazer

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by maxxfrazer

maxxfrazer/RealityUI v1.2.1
A Swift Package for creating familiar UI Elements and animations in RealityKit. For both Augmented Reality or Virtual Reality scenes. Now with visionOS support.
⭐️ 616
πŸ•“ 3 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.5.1 Full visionOS Support
10 weeks ago
- Added full support for tap and drag events on visionOS
Tap and Drag Components + some visionOS Support
16 weeks ago
1.5.0 - Touch Components + Vision
16 weeks ago
iOS 17 Animation Fix
17 weeks ago
Some animations were messing up since iOS 17, all fixed now in this patch! πŸŽ‰
1.4.1 - iOS Warnings Patch
48 weeks ago
When building for iOS on the latest Xcode release there were some warnings that showed. They should now be gone.
1.4.0 - Texture Resource Helpers
49 weeks ago
- Added struct for loading SF Symbols as TextureResources. Fixes: - #13, thanks for the help @jgranie. - Clicking RUISwitch, on macOS wasn't working as expected. (unrelated to the above issue)
1.3.1 Update
1 year ago
- DocC is looking a lot nicer now. - Changed some initialisers for RUIControls in minor ways. - If you're having trouble, swap out `RUI` parameter for `rui` in the initialisers. Otherwise there should be a recommended update Xcode presents to you.
1.3.0 Touch Control Updates
1 year ago
Release 1.3.0 - Update RUIStepper and RUISwitch to have better touch controls. - Added hasCollided to arTouchEnded method call. - Added tests for the above. - Modified the default opacity background of RUIStepper - Update indentation - Add DocC Articles for setup + started RUIControls. All updated methods have deprecated tags with auto-update options on the old ones. Fixes: - Fix padding value on RUIButton - Fix collision shape for RUISwitch
1.2.3
1 year ago
- Improve the terminate animation process - Add unit tests with decent coverage ## What's Changed * SwiftLint Fix by @maxxfrazer in https://github.com/maxxfrazer/RealityUI/pull/9 * Unit Tests by @maxxfrazer in https://github.com/maxxfrazer/RealityUI/pull/10 **Full Changelog**: https://github.com/maxxfrazer/RealityUI/compare/1.2.2...1.2.3
Update Docs
1 year ago
iOS macOS
maxxfrazer/ARKit-SCNPath 1.2.0
Create paths for your Augmented Reality environments using just points to represent the centre of the path.
⭐️ 356
πŸ•“ 3 years ago
iOS
maxxfrazer/FocusEntity v2.2.4
Bringing the scanning box from SceneKit to RealityKit
⭐️ 335
πŸ•“ 2 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
2.5.1 Fix Transparent Backgrounds
3 weeks ago
Release 2.5.0
39 weeks ago
Enhancements: - Fallback on other Raycast types - Better colours for classic and other styles
Release 2.4.1
47 weeks ago
This commit removes a print statement, no functional change. Fixes #41
Updated Delegate Methods
48 weeks ago
- Old delegate methods are now marked as deprecated and will no longer work. - Updated documentation comments - Bumped minimum Swift version to 5.5
Release
1 year ago
Simulator and Delegates - New delegate method for every anchor change - Deploy DocC - Fix simulator breaking issues
Transparent Texture Fix
1 year ago
- @Rus-Cosmin added a fix for transparent textures
2.2.5 Release
2 years ago
- Code style updates only
Simulator and RealityFoundation Fix
2 years ago
- Fix RealityFoundation issue - Fix simulator crash since iOS 15
Simulator and RealityFoundation Fix
2 years ago
- Fix RealityFoundation issue - Fix simulator crash since iOS 15
Patch Fix
2 years ago
Fix setAutoUpdate method.
iOS macOS
maxxfrazer/RealityGeometries v1.0.2
A collection of additional geometries ready for use in RealityKit 2+. πŸ₯½ Vision OS/Vision Pro ready
⭐️ 123
πŸ•“ 2 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.1.1 - visionOS Support + patch
16 weeks ago
Patch to add docc documentation to SPI, and allow for Swift 5.8
visionOS Support
20 weeks ago
Added support for visionOS
Fix flipped images
2 years ago
- Fixes issue raised in #3 where images appeared backwards.
Smoothing Options
2 years ago
Added smoothing options for Cone and Cylinder geometries (non-smooth gives more vertices)
Added license and macOS
2 years ago
- MIT License - macOS compatibility
First Stable Release
2 years ago
Geometries included: - Cylinder - Cone - Plane (with more vertices) - Path - Torus
Initial release
2 years ago
- Plane geometry - Cone geometry - Cylinder geometry
iOS macOS macCatalyst
maxxfrazer/MultipeerHelper v1.4.0-rc1
A light swift wrapper around the iOS MultipeerConnectivity framework. Including an example project using RealityKit's MultipeerConnectivityService.
⭐️ 98
πŸ•“ 2 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Delegate method references
2 years ago
## What's Changed * MultipeerHelper in Delegate Params by @maxxfrazer in https://github.com/maxxfrazer/MultipeerHelper/pull/13 * Removed "v" from version tag **Full Changelog**: https://github.com/maxxfrazer/MultipeerHelper/compare/v1.3.1...1.4.0
Delegate Updates
2 years ago
Added MultipeerHelper to delegate methods, SwiftUI reasons
Patch update for iOS 14 compatibility
3 years ago
- Make disconnectAll public - add static variables so discovery keys will not clash - also add platform and version keys by default
iOS 14 Compatibility
3 years ago
Fix iOS 14 compatibility, using `MultipeerHelperDelegate.checkPeerToken()` Most updates can be found in https://github.com/maxxfrazer/MultipeerHelper/pull/9
iOS 14 Compatibility
3 years ago
See updates in #9 Main update is the use of `NetworkCompatibilityToken` for checking compatibility between two devices versions of RealityKit
checkPeerToken to static
3 years ago
- Make checkPeerToken a static method of MultipeerHelperDelegate
iOS 14 Compatibility
3 years ago
This pre-release adds optional checks to see if two RealityKit versions are compatible
Connected Peers Lookup
3 years ago
- Expanded compatible platforms to macOS and tvOS - Added functions for sending to a specific peer by displayname - Added a cache of all connected peers - Added docs to public functions
Should Request and Should Accept
4 years ago
ShouldRequest and ShouldAccept handlers added.
Added runWithOwnership
4 years ago
runWithOwnership lets you run a command if you have ownership or once ownership of an entity is obtained
iOS macOS tvOS
maxxfrazer/SceneKit-SCNLine 1.3.0
Draw a tube or thick line in SceneKit
⭐️ 83
πŸ•“ 1 year ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.2.0
2 years ago
- Can add multiple points at once, rather than just one at a time
iOS macOS
maxxfrazer/SceneKit-PortalMask v1.3.2
Clean class to create a portal in SceneKit for use in ARKit.
⭐️ 70
πŸ•“ 3 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Added Swift PM
4 years ago
No code updates, only restructure and supporting Swift Package Manager
Portal made from any polygon
5 years ago
Added initializer to create a portal of any flat geometry
iOS
maxxfrazer/ARKit-FocusNode 2.0.2
FocusSquare class taken straight from Apple's ARKit examples and packed up for anyone to use with ease.
⭐️ 51
πŸ•“ 4 years ago
iOS
maxxfrazer/SceneKit-Bezier-Animations 1.4.0
Create animations over Bezier curves of any number of points
⭐️ 50
πŸ•“ 2 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Shorter Animations
2 years ago
- Allow for shorter animations - First step in the animation moves the scnnode to the start position (in 0s)
SwiftPM
4 years ago
- Added Swift Package Manager - Minimum iOS lowered to 8 - Added macOS, watchOS and tvOS
Bug fixes
5 years ago
Fixed a bug in the BΓ©zier algorithm
Initial release
5 years ago
iOS macOS watchOS tvOS
maxxfrazer/RKProgressBar v1.0.0
A simple RealityKit Entity class for creating a geometry to show progress in the form of a capsule
⭐️ 12
πŸ•“ 3 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Initial Release
3 years ago
First working release, create progress bars in RealityKit! More information in README
iOS
maxxfrazer/ARKit-SmartHitTest 2.0.0
I've put a function found in Apple's ARKit examples into a Swift Package & CocoaPod so it's easy to use.
⭐️ 10
πŸ•“ 4 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
First working release
5 years ago
iOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics