DressMeLens is a Snapchat Lens that allows users to virtually try on various fashion items such as hats, pants, sweatshirts, and glasses. It's an interactive experience that lets you see how different items look on you in real-time.
preview.mp4
- Clone the Repository:
git clone https://github.com/benyaminR/DressMeLens.git
- Open the Lens Project:
- Navigate to the cloned directory.
- Open the
DressMeLens.lsproj
file with your preferred Lens Studio version.
- Preview and Edit:
- Once opened, you can preview the Lens and make any modifications if needed.
- Publish to Snapchat:
- Follow Snapchat's guidelines to publish your lens.
.gitattributes
&.gitignore
: Git configuration and ignore rules.AdditionalFiles
: Contains any supplementary files required for the Lens.Backup
: Contains backup files to safeguard against any unintentional changes.Entities
: Likely houses the 3D models or assets representing the hats, pants, sweatshirts, and glasses.Previews
: Snapshots or previews of how the Lens looks in action.Public
: Files that are meant for public viewing or access.Scene
: Contains the main scene or configuration files for the Lens.icon.png
: The icon representing the Lens.project.data
: Core data file for the Lens project.
Contributions are always welcome! If you'd like to contribute, please:
- Fork the repository.
- Create a new branch for your features or fixes.
- Make your changes.
- Submit a pull request with a detailed description of the changes.
- Special thanks to Snapchat and Lens Studio for providing the platform.
- Any third-party libraries or assets you've used.