Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tresjs/post-processing
Post-processing library for TresJS
https://github.com/tresjs/post-processing
effects postprocessing three tres tresjs
Last synced: 9 days 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: 2025-01-08T13:42:30.000Z (17 days ago)
- Last Synced: 2025-01-08T14:51:55.374Z (17 days ago)
- Topics: effects, postprocessing, three, tres, tresjs
- Language: Vue
- Homepage:
- Size: 14.4 MB
- Stars: 39
- Watchers: 3
- Forks: 7
- Open Issues: 24
-
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
![repository-banner.png](/public/repo-banner.png)
# 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) βΊοΈ