Tresjs / post-processing

Post-processing library for TresJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

repository-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

pnpm i @tresjs/post-processing

Docs

Checkout the docs

Demos

Contributing

We are open to contributions, please read the contributing guide to get started.

Build

To build the package run:

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

pnpm run playground

Test

TODO...

Docs

To run de docs in dev mode

pnpm run docs:dev

To build them

pnpm run docs:build

License

MIT

Sponsors

Be the first to support this project here ☺️

About

Post-processing library for TresJS

License:MIT License


Languages

Language:Vue 57.4%Language:JavaScript 23.0%Language:TypeScript 18.9%Language:HTML 0.6%Language:CSS 0.2%