https://github.com/tresjs/post-processing
Post-processing library for TresJS
https://github.com/tresjs/post-processing
effects postprocessing three tres tresjs
Last synced: 11 months ago
JSON representation
Post-processing library for TresJS
- Host: GitHub
- URL: https://github.com/tresjs/post-processing
- Owner: Tresjs
- License: mit
- Created: 2023-04-18T08:14:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-01T09:04:36.000Z (11 months ago)
- Last Synced: 2025-03-01T10:19:22.809Z (11 months ago)
- Topics: effects, postprocessing, three, tres, tresjs
- Language: Vue
- Homepage:
- Size: 14.4 MB
- Stars: 52
- Watchers: 3
- Forks: 8
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README

# Post-Processing
> Collection of useful helpers and fully functional, ready-made post-processing effects for Tres
- 💡 Build your effects with Vue components only.
- ⚡️ Powered by Vite
- 🦾 Fully Typed
## Installation
```bash
pnpm i @tresjs/post-processing
```
## Docs
Checkout the [docs](https://post-processing.tresjs.org/)
## Demos
- [Stackblitz Collection](https://stackblitz.com/@alvarosabu/collections/tresjs)
## Contributing
We are open to contributions, please read the [contributing guide](https://github.com/Tresjs/tres/blob/main/CONTRIBUTING.md) to get started.
### Build
To build the package run:
```bash
pnpm run build
```
### Playground
To run the playground run, its a great way to test the components and helpers locally:
First install dependencies
```
pnpm i
```
And then to run the development server on http://localhost:5173
```bash
pnpm run playground
```
### Docs
To run de docs in dev mode
```bash
pnpm run docs:dev
```
To build them
```bash
pnpm run docs:build
```
## License
[MIT](/LICENSE)
## Sponsors
Be the first to support this project [here](https://github.com/sponsors/alvarosabu) ☺️