This project explores Augmented Reality (AR) and includes the creation of an AR Cube, Avatar, and Business Card. When the business card is clicked, it opens the corresponding website of my profile.
- AR Cube: A virtual cube that can be interacted with in augmented reality.
- AR Avatar: A virtual avatar that appears in augmented reality.
- AR Business Card: A virtual business card that opens the corresponding website of my profile when clicked.
To use the files, you need to combine the following split volumes:
-
Library/PackageCache/[email protected]/.Runtime/libburst-llvm-15.dylib
Combine these parts:
Library/PackageCache/[email protected]/.Runtime/libburst-llvm-15.dylib.splitaa
Library/PackageCache/[email protected]/.Runtime/libburst-llvm-15.dylib.splitab
-
Library/ArtifactDB
Combine these parts:
Library/ArtifactDB.splitaa
Library/ArtifactDB.splitab
Library/ArtifactDB.splited
You can use the cat
command on Unix-like systems (Linux, macOS) to combine the split files. Here’s an example of how to do it:
cat Library/PackageCache/[email protected]/.Runtime/libburst-llvm-15.dylib.splitaa \
Library/PackageCache/[email protected]/.Runtime/libburst-llvm-15.dylib.splitab > \
Library/PackageCache/[email protected]/.Runtime/libburst-llvm-15.dylib
cat Library/ArtifactDB.splitaa \
Library/ArtifactDB.splitab \
Library/ArtifactDB.splited > \
Library/ArtifactDB
The Augmented Reality project successfully demonstrates the use of AR technology to create interactive virtual objects. The AR Cube and Avatar provide engaging 3D elements, while the AR Business Card offers a practical application by linking to an online profile.
Feel free to explore and interact with these AR elements to experience the possibilities of augmented reality!
Augmented Reality Business Card
-
Clone the repository:
git clone https://github.com/YOUR_USERNAME/NEW_REPOSITORY_NAME.git
-
Follow the instructions above to combine the split volumes.
-
Open the project in Unity to explore the AR Cube, Avatar, and Business Card.
This project is licensed under the MIT License.
This project was developed with the help of this video tutorial.