|
| 1 | +<!--lint disable awesome-heading--> |
1 | 2 | # Awesome visionOS [](https://awesome.re) |
2 | 3 |
|
3 | 4 | visionOS: the new OS developed by Apple for their AR device(s), actually support Apple Vision Pro. |
4 | 5 |
|
5 | 6 | A collaborative list of Awesome visionOS resources by [🔴 intent](https://withintent.com). |
6 | 7 |
|
7 | 8 |
|
8 | | -  |
| 9 | +  |
9 | 10 |
|
10 | 11 | ## Contents |
11 | 12 |
|
12 | 13 | - [Documentation](#documentation) |
13 | | -- [Library](#library) |
14 | | -- [iOS](#ios) |
15 | | -- [KMM](#kmm) |
16 | | -- [Android](#android) |
17 | | -- [Flutter](#flutter) |
18 | | -- [Tool](#tool) |
19 | | -- [Web](#web) |
| 14 | +- [Sample](#sample) |
20 | 15 |
|
21 | 16 | ## Documentation |
22 | | -_Official specifications, standards, and technical documentation about the Bluetooth Low Energy (BLE) protocol._ |
| 17 | +_Official specifications, standards, and technical documentation about visionOS._ |
23 | 18 |
|
| 19 | +- [Accessibility Guidelines](https://developer.apple.com/documentation/visionos/improving-accessibility-support-in-your-app) - A collection, explained by examples, of good accessibility practices for visionOS. |
| 20 | +- [Designing for visionOS](https://developer.apple.com/design/human-interface-guidelines/designing-for-visionos/) - HIG (Human Interface Guidelines) to develop visionOS based applications. |
| 21 | +- [visionOS](https://developer.apple.com/visionos/) - Official documentation about visionOS platform. |
24 | 22 |
|
25 | | -## Library |
26 | | -_Software libraries and frameworks for integrating Bluetooth Low Energy (BLE) functionality into various platforms, including mobile, embedded systems, and IoT devices._ |
27 | | - |
28 | | - |
29 | | -## iOS |
30 | | -_iOS libraries, tools, and resources for developing Bluetooth Low Energy (BLE) applications on Apple devices._ |
31 | | - |
32 | | - |
33 | | -## KMM |
34 | | -_Resources and libraries for building Bluetooth Low Energy (BLE) applications using the Kotlin Multiplatform Mobile (KMM) framework._ |
35 | | - |
36 | | - |
37 | | -## Android |
38 | | -_Android libraries, tools, and resources for integrating Bluetooth Low Energy (BLE) functionality into Android applications._ |
39 | | - |
40 | | - |
41 | | -## Flutter |
42 | | -_Flutter libraries, tools, and resources for developing Bluetooth Low Energy (BLE) applications using the Flutter framework for both iOS and Android._ |
43 | | - |
44 | | - |
45 | | -## Tool |
46 | | -_Development and testing tools for Bluetooth Low Energy (BLE) applications, including analyzers, debuggers, and simulators._ |
47 | | - |
48 | | - |
49 | | -## Web |
50 | | -_Web-based resources, frameworks, and tools for building Bluetooth Low Energy (BLE) applications using JavaScript and web technologies._ |
| 23 | +## Sample |
| 24 | +_Sample code to showcase visionOS functionalities and learn how to use it._ |
51 | 25 |
|
| 26 | +- [Destination Video](https://developer.apple.com/documentation/visionos/destination-video) - A sample to showcase how to implement 3D video and spatial audio experience. |
| 27 | +- [Diorama](https://developer.apple.com/documentation/visionos/diorama/) - A sample to showcase how to use Reality Composer Pro to design scenes in visionOS. |
| 28 | +- [Happy Beam](https://developer.apple.com/documentation/visionos/happybeam) - A sample to showcase how to integrate ARKit in your mixed reality experience. |
| 29 | +- [Hello World](https://developer.apple.com/documentation/visionos/world) - Hello World is now AR, here we have a little example of boilerplate app for visionOS in SwiftUI showcasing how to use windows, volumes, and immersive spaces. |
52 | 30 |
|
53 | 31 |
|
54 | 32 | ## Contributing |
|
0 commit comments