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: 3 months ago
JSON representation

Post-processing library for TresJS

Lists

README

        

![repository-banner.png](/public/repo-banner.png)


npm package
npm downloads
discord chat



# 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://postprocessing.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
```

### Test

TODO...

### 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) ☺️