Skip to content

Add ARHeadsetKit #8

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
+ [Implementation](#implementation)
+ [Layout system](#layout-system)
* [Libraries](#libraries)
+ [Augmented reality](#augmented-reality)
+ [Extensions](#extensions)
+ [Image](#image)
+ [Inspection](#inspection)
Expand Down Expand Up @@ -129,12 +130,16 @@

### macOS

- [SwiftUI for Mac ](https://troz.net/post/2019/swiftui-for-mac-1/) - Try out a Mac app and see what happened.
- [SwiftUI for Mac](https://troz.net/post/2019/swiftui-for-mac-1/) - Try out a Mac app and see what happened.
- [SwiftUI for Mac on Big Sur](https://troz.net/post/2020/swiftui_mac_big_sur/)
- [AppKit is done](https://kean.blog/post/appkit-is-done)

## Libraries

### Augmented reality

- [ARHeadsetKit](https://github.com/philipturner/ARHeadsetKit) - High-level AR framework for replicating Hololens, using SwiftUI instead of Storyboard

### Extensions

- [SwiftUIX](https://github.com/SwiftUIX/SwiftUIX) - An extension to the standard SwiftUI library.
Expand Down