Git Product home page Git Product logo

kino's Introduction

Kino

Kino is a collection of custom post-processing effects for Unity's High Definition Render Pipeline (HDRP).

System Requirements

  • Unity 2019.3
  • HDRP 7.1

Effects

Streak

screenshot

Streak adds horizontally stretched bloom that roughly resembles anamorphic lens flares. Although it's neither physically correct nor energy conserving, it's handy to emphasize shininess of the scene in just a few clicks.

Recolor

screenshot

Recolor is a kind of false color effect that replaces image colors by mapping luminance to a given gradient. It also supports edge detection effect to add contour lines to the images.

Overlay

Overlay simply adds a color gradient to the final output of the post process. It's handy to widen the color spectrum of the output in a nearly subliminal level.

Glitch

gif gif

Glitch is a collection of simple video glitch effects.

  • Block (block noise effect)
  • Drift (color drift effect)
  • Jitter (scan line jitter effect)
  • Jump (vertical jump effect)
  • Shake (horizontal shake effect)

Sharpen

A simple sharpen filter that is similar to ones used in paint software.

Utility

A multi-purpose filter that provides several small effects in a single pass.

  • Hue shift
  • Invert
  • Fade (fade to color)

Slice

Slice

Slice and slide effect.

Test Card

Test Card

A simple test card pattern generator.

How To Install

The Kino package uses the scoped registry feature to import dependent packages. Please add the following sections to the package manifest file (Packages/manifest.json).

To the scopedRegistries section:

{
  "name": "Keijiro",
  "url": "https://registry.npmjs.com",
  "scopes": [ "jp.keijiro" ]
}

To the dependencies section:

"jp.keijiro.kino.post-processing": "2.1.12"

After changes, the manifest file should look like below:

{
  "scopedRegistries": [
    {
      "name": "Keijiro",
      "url": "https://registry.npmjs.com",
      "scopes": [ "jp.keijiro" ]
    }
  ],
  "dependencies": {
    "jp.keijiro.kino.post-processing": "2.1.12",
    ...

Frequently Asked Questions

Nothing happens when I add effects to a volume

Check the Default HDRP Settings in the Project Settings. You have to define custom post processing oerders to make them take effect in the pipeline.

HDRP settings

License

Unlicense

kino's People

Contributors

keijiro avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.