Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nathanwalker/nativescript-visionos-explore

Exploring Vision Pro with NativeScript.
https://github.com/nathanwalker/nativescript-visionos-explore

ios nativescript swiftui typescript visionos visionpro

Last synced: 20 days ago
JSON representation

Exploring Vision Pro with NativeScript.

Awesome Lists containing this project

README

        


Vision Pro development with NativeScript

https://github.com/NathanWalker/nativescript-visionos-explore/assets/457187/ce4c6a7d-2e1a-4130-908d-f40bf022c90d

### Setup

- [NativeScript Environment Setup](https://docs.nativescript.org/setup/macos#setting-up-macos-for-ios)
- Install `vision` tagged CLI: `npm install -g nativescript@vision`
- Learn more here: https://docs.nativescript.org/guide/visionos
- [Xcode 15.2 or higher installed for Vision Pro Simulator](https://developer.apple.com/download/applications/)

### Run the Vision Pro App

```bash
ns run vision --no-hmr
```

## Run on StackBlitz

If you have a Vision Pro device, you can also run this directly from StackBlitz:
https://stackblitz.com/edit/nativescript-vision-pro-explore?file=src%2Fapp%2Fitem%2Fitems.component.ts

Instructions of use: https://docs.nativescript.org/guide/visionos-preview

### Credits

- Thank you to [@twostraws](https://x.com/twostraws) for the excellent [Vortex](https://github.com/twostraws/vortex) particle effects library