https://github.com/Tresjs/post-processing
Post-processing library for TresJS
https://github.com/Tresjs/post-processing
effects postprocessing three tres tresjs
Last synced: 5 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T11:49:20.000Z (5 months ago)
- Last Synced: 2024-11-12T12:34:35.891Z (5 months ago)
- Topics: effects, postprocessing, three, tres, tresjs
- Language: Vue
- Homepage:
- Size: 14.2 MB
- Stars: 35
- Watchers: 2
- Forks: 5
- Open Issues: 19
-
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
- awesome-threejs - tres-post-processing - processing library for TresJs [@tresjs_dev](https://github.com/Tresjs) (Related Frameworks / Vue)
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) ☺️