https://github.com/snapchat/lens-studio-plugins
Open-Sourced Plugins for Lens Studio 5
https://github.com/snapchat/lens-studio-plugins
Last synced: about 1 year ago
JSON representation
Open-Sourced Plugins for Lens Studio 5
- Host: GitHub
- URL: https://github.com/snapchat/lens-studio-plugins
- Owner: Snapchat
- License: other
- Created: 2024-01-30T20:40:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-24T18:52:40.000Z (about 1 year ago)
- Last Synced: 2025-04-24T19:43:38.457Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://docs.snap.com/lens-studio
- Size: 9.77 MB
- Stars: 17
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lens Studio 5 Plugins
This repository contains a collection of open-source Lens Studio plugins, categorized into three directories:
1. **Builtin**
These plugins are integrated into Lens Studio, allowing you to access them without explicit installation. They are considered essential features and primarily consist of [Presets](https://developers.snap.com/lens-studio/extending-lens-studio/plugins/overview#presets) that enable easy addition of predefined components and assets.
2. **Public**
Created for educational and demonstration purposes, these plugins, also known as example plugins, serve as tutorials that showcase key features of the editor scripting system with minimal code. If you're new to plugin development, these are an excellent starting point. For more details, explore the 'Public' folder and review the accompanying README file.
3. **Regular**
These plugins are typically found in the asset library and, unlike builtin plugins, usually require installation and can be uninstalled. They are generally more complex than the other two categories.
We encourage you to explore the repositories and code. For instructions on loading and testing a plugin locally, please refer to our [local installation guide](https://developers.snap.com/lens-studio/extending-lens-studio/plugins/overview#local-installation).
To learn more about building plugins, check out our [Building Plugins Tutorials](https://developers.snap.com/lens-studio/extending-lens-studio/plugins-development/building-plugins). You can find more pages on the left navigation bar.
If you wish to contribute to the open-source repositories, feel free to fork the repository and submit a pull request!