Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Tresjs/post-processing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.0-next.1
Choose a base ref
...
head repository: Tresjs/post-processing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.0
Choose a head ref
  • 13 commits
  • 105 files changed
  • 3 contributors

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    dc85c3d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    ec1bad1 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. feat: native threejs effects (#121)

    * added EffectComposer and some debugging files
    
    * wip
    
    * added composable
    
    * cleanup
    
    * added more props to native pixelation effect
    
    * restructured playground
    
    * added glitch Effect
    
    * added glitch effect
    
    * renamed folder
    
    * added check to prevent console warning
    
    * added smaa effect
    
    * added output pass
    
    * moved injectionKey
    
    * added prop to EffectComposer
    
    * added halftone effect
    
    * added unreal bloom effect
    
    * removed obsolete computed
    
    * added on demand rendering support
    
    * lint fixes
    
    * added enabled prop to effect composer component
    
    * removed obsolete code
    
    * eslint stuff
    
    * rebuilt pnpm lock file
    
    * moved files
    
    * type fixes and removed dependency
    
    * added renderer invalidation to glitch effects
    
    * added invalidation for noise effect
    
    * lint fix
    
    ---------
    
    Co-authored-by: Alvaro Saburido <alvaro.saburido@gmail.com>
    Tinoooo and alvarosabu authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    cd24a57 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. feat: sub modules for pmndrs and native components (#123)

    * added EffectComposer and some debugging files
    
    * wip
    
    * added composable
    
    * cleanup
    
    * added more props to native pixelation effect
    
    * restructured playground
    
    * added glitch Effect
    
    * added glitch effect
    
    * renamed folder
    
    * added check to prevent console warning
    
    * added smaa effect
    
    * added output pass
    
    * moved injectionKey
    
    * added prop to EffectComposer
    
    * added halftone effect
    
    * added unreal bloom effect
    
    * removed obsolete computed
    
    * added on demand rendering support
    
    * lint fixes
    
    * added enabled prop to effect composer component
    
    * removed obsolete code
    
    * eslint stuff
    
    * rebuilt pnpm lock file
    
    * moved files
    
    * type fixes and removed dependency
    
    * seperated builds
    
    * fixed playground
    
    * adjusted imports in docs
    
    * adjusted more imports
    
    * added pkg pr workflow
    
    * added repository url to package.json
    
    * omitted compact option from pkg-pr-new
    
    * renamed import
    
    * adjusted vite config
    
    * added HalftoneShape enum
    
    * added invalidation on pass changes for native three effects
    
    * added invalidation on prop change for pmndrs effects
    
    * added renderer invalidation to glitch effects
    
    * removed disableRender prop
    
    * tiny readme update
    
    * auto created files update
    
    * lint fix
    
    * lint fix
    
    * docs: fixed broken docs, added new structure
    
    * docs: three glitch guide
    
    * docs: pixelation three
    
    * docs: correct glitch demo component name
    
    * docs: halftone
    
    * docs: smaa
    
    * docs: unreal bloom
    
    * added some links to threejs examples
    
    * added output pass docs
    
    * eslint ignored a console output
    
    * dependency updates
    
    * Update docs/guide/three/glitch.md
    
    Co-authored-by: Tino Koch <17991193+Tinoooo@users.noreply.github.com>
    
    * Update docs/guide/three/glitch.md
    
    Co-authored-by: Tino Koch <17991193+Tinoooo@users.noreply.github.com>
    
    * docs: remove redundant info
    
    ---------
    
    Co-authored-by: Alvaro Saburido <alvaro.saburido@gmail.com>
    Tinoooo and alvarosabu authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    c8df59f View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. chore(deps): update dependency ubuntu to v24 (#133)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 13, 2024
    Configuration menu
    Copy the full SHA
    3c44dfb View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. feat: prop types exposure (#136)

    * added type export to try out
    
    * added type exports
    
    ---------
    
    Co-authored-by: Tino Koch <>
    Tinoooo authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    bd6ff06 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. chore(deps): dependency updates in nuxt playground (#135)

    * updated dependencies
    
    * cleanup
    
    * cleanup
    
    * lint fixes
    
    ---------
    
    Co-authored-by: Tino Koch <>
    Co-authored-by: Alvaro Saburido <alvaro.saburido@gmail.com>
    Tinoooo and alvarosabu authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    215baa4 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    51b5819 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. fix: 67 depth of field and outline effect (#138)

    * simplified dof demo
    
    * removed link
    
    * docs: better depth of field demo and docs
    
    * docs: improve outline demo on docs
    
    * chore: lint
    
    ---------
    
    Co-authored-by: Tino Koch
    Co-authored-by: Alvaro Saburido <alvaro.saburido@gmail.com>
    Tinoooo and alvarosabu authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    3112305 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. docs: added banner (#140)

    * docs: added banner
    
    * chore: fix lint
    alvarosabu authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    6ef7fdc View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. chore(deps): update pnpm to v9 (#134)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    f4ff518 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update deps before release (#141)

    * chore(deps): update deps before release
    
    * chore: update playground deps
    alvarosabu authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    b6d6256 View commit details
    Browse the repository at this point in the history
  3. chore: release v1.0.0

    alvarosabu committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    bcef624 View commit details
    Browse the repository at this point in the history
Loading