Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Browse and install 2000+ shaders from godotshaders.com directly in Godot Editor. Features include search, filtering by type (Spatial, Canvas Item, Particles, Sky, Fog), shader preview with code, one-click install, 24-hour caching with daily auto-updates, and support for 9 languages.
π¨ Shader Library - Godot Addon
Browse and install shaders from godotshaders.com directly in the Godot Editor!
β¨ Features
- π Browse 2000+ Shaders - Access the entire godotshaders.com library
- π Search & Filter - Find shaders by name, author, or category (Spatial, Canvas Item, etc.)
- π₯ One-Click Install - Download shaders directly to your project
- ποΈ Preview - View shader details, description, tags, and code before installing
- πΎ Smart Caching - 7-day cache for fast loading
- π Multi-Language - Supports English, Polish, German, Spanish, French, Chinese, Japanese, Russian, Portuguese
- π― Godot Native UI - Seamless integration with Godot Editor
π¦ Installation
From GitHub
- Download this repository (Code β Download ZIP)
- Copy the
addons/shader_libraryfolder to your Godot project - Open your project in Godot 4.x
- Go to Project β Project Settings β Plugins
- Enable Shader Library
- Click on Shadery tab in the top menu bar
From Godot Asset Library
Coming soon!
π Usage
Browse Shaders
- Open the Shadery tab (top menu bar)
- Browse through shader cards with previews
- Use pagination to navigate (40 shaders per page)
Search
Type in the search box and press Enter to find specific shaders.
Filter by Type
Use the dropdown to filter by:
- All Types
- Spatial (3D)
- Canvas Item (2D)
- Particles
- Sky
- Fog
Preview Shader
Click Preview to see:
- Full-size image
- Author & license info
- Description & tags
- Complete shader code
- Direct link to godotshaders.com
Install Shader
Click Install to download the shader to res://shaders/ folder.
π Structure
addons/shader_library/
βββ plugin.cfg # Plugin configuration
βββ plugin.gd # Main plugin entry point
βββ icon.svg # Plugin icon
βββ api/
β βββ cache_manager.gd # Caching system
β βββ godotshaders_scraper.gd # Web scraper
β βββ installed_manager.gd # Track installed shaders
β βββ shader_installer.gd # Download & install
β βββ translations.gd # Multi-language support
βββ ui/
βββ shader_browser.gd # Main UI logic
βββ shader_browser.tscn # UI scene
π Supported Languages
The addon automatically detects your Godot editor language:
| Language | Code |
|---|---|
| English | en |
| Polski | pl |
| Deutsch | de |
| EspaΓ±ol | es |
| FranΓ§ais | fr |
| δΈζ | zh_CN |
| ζ₯ζ¬θͺ | ja |
| Π ΡΡΡΠΊΠΈΠΉ | ru |
| PortuguΓͺs | pt_BR |
π Requirements
- Godot 4.0 or higher
- Internet connection (for fetching shaders)
π€ Contributing
Contributions are welcome! Feel free to:
- Report bugs
- Suggest features
- Submit pull requests
π License
MIT License - see LICENSE file.
π Credits
- Shaders from godotshaders.com
- All shader authors retain their original licenses
Made with β€οΈ for the Godot community
Browse and install 2000+ shaders from godotshaders.com directly in Godot Editor. Features include search, filtering by type (Spatial, Canvas Item, Particles, Sky, Fog), shader preview with code, one-click install, 24-hour caching with daily auto-updates, and support for 9 languages.
Reviews
Quick Information
Browse and install 2000+ shaders from godotshaders.com directly in Godot Editor. Features include search, filtering by type (Spatial, Canvas Item, Particles, Sky, Fog), shader preview with code, one-click install, 24-hour caching with daily auto-updates, and support for 9 languages.