Skip to content

bamlab/hacknight-vision-os-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VisionOS Template

This is a template for a VisionOS project. It uses Tuist to generate the project.

How to use ?

Clone & run

  1. Install Tuist (brew tap tuist/tuist; brew install --formula tuist)
  2. Clone this repository
  3. In Project.swift, update the name of your project
  4. Run tuist generate
  5. In XCode, run the project

Install a new dependency

  1. Add the dependency in the package array in Project.swift
    1. packages can be .local or .remote
  2. Add the dependency in the dependencies array in Project.swift
  3. Run tuist generate

Add an UZDZ (3D) Asset

  1. Add the .usdz file in the Resources folder
  2. Look at what's done in GramophoneView and do the same !

Useful resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages