Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nathanwalker/nativescript-visionos-explore
- Owner: NathanWalker
- Created: 2024-02-14T00:43:42.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-17T20:45:39.000Z (9 months ago)
- Last Synced: 2024-10-10T22:23:47.073Z (26 days ago)
- Topics: ios, nativescript, swiftui, typescript, visionos, visionpro
- Language: TypeScript
- Homepage: https://blog.nativescript.org/particles-and-multiple-scenes-vision-pro-development
- Size: 643 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.tsInstructions 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