All Projects → keijiro → Kino

keijiro / Kino

A collection of custom post processing effects for Unity

Projects that are alternatives of or similar to Kino

Packedrgbmshader
32-bit packed color format with RGBM encoding for shader use
Stars: ✭ 39 (-96.3%)
Mutual labels:  unity, unity3d, graphics
Swarm
An example of use of compute shaders and procedural instancing.
Stars: ✭ 547 (-48.1%)
Mutual labels:  unity, unity3d, graphics
Texturepanner
This repository hosts a shader for Unity3D whose main goal is to facilitate the creation of neon-like signs, conveyor belts and basically whatever based on scrolling textures
Stars: ✭ 528 (-49.91%)
Mutual labels:  unity, unity3d, graphics
Kvantwig
Non-realistic hair simulation in Unity
Stars: ✭ 467 (-55.69%)
Mutual labels:  unity, unity3d, graphics
Radialprogressbar
Customizable radial progress bar shader for Unity3D. Allows you to set arc range, minimum and maximum colors, textures, radius, and a few more things. Create HP Bars, Speedometers, rank progress, etc!
Stars: ✭ 714 (-32.26%)
Mutual labels:  unity, unity3d, graphics
Kinomotion
Motion blur post-processing effect for Unity
Stars: ✭ 484 (-54.08%)
Mutual labels:  unity, unity3d, effects
Grubo
Audio visual experience with Roland Groovebox MC-101 and the Unity game engine
Stars: ✭ 41 (-96.11%)
Mutual labels:  unity, unity3d, graphics
Skeletalgeometriceffects
Experiments on geometry shader instancing with skeletal animations
Stars: ✭ 436 (-58.63%)
Mutual labels:  unity, unity3d, effects
Kinobloom
Bloom effect for Unity
Stars: ✭ 704 (-33.21%)
Mutual labels:  unity, unity3d, graphics
Hologramshader
✏️ Test of an hologram material made in Unity.
Stars: ✭ 684 (-35.1%)
Mutual labels:  unity, unity3d, graphics
Unitybookpagecurl
Page curl effect for Unity3d using UGUI
Stars: ✭ 464 (-55.98%)
Mutual labels:  unity, unity3d, effects
Testbedhdrp
Testbed project for Unity HDRP (High Definition Render Pipeline)
Stars: ✭ 859 (-18.5%)
Mutual labels:  unity, unity3d, graphics
Unityurpunlitscreenspacedecalshader
Unity unlit screen space decal shader for URP. Just create a new material using this shader, then assign it to a new unity cube GameObject = DONE, now you have unlit decal working in URP
Stars: ✭ 455 (-56.83%)
Mutual labels:  unity, unity3d, graphics
Firefly
Unity ECS example for special effects
Stars: ✭ 489 (-53.61%)
Mutual labels:  unity, unity3d, graphics
Miniengineao
SSAO image effect from Microsoft MiniEngine, ported to Unity.
Stars: ✭ 448 (-57.5%)
Mutual labels:  unity, unity3d, graphics
Unitypcss
Nvidia's PCSS soft shadow algorithm implemented in Unity
Stars: ✭ 533 (-49.43%)
Mutual labels:  unity, unity3d, graphics
Holoshield
Highly customizable sci-fi shield / force field shader for Unity3D. Allows you to set edge power & color, inner texture scrolling, waviness, scale pulsation and procedural intensity noise. Implements tessellation for low-poly base meshes.
Stars: ✭ 401 (-61.95%)
Mutual labels:  unity, unity3d, graphics
Verticaldissolve
Procedural vertical dissolve shader. Highly customizable. Tweak edge color, noisiness & waviness, rim light, emission scrolling and more.
Stars: ✭ 434 (-58.82%)
Mutual labels:  unity, unity3d, graphics
Noiseshader
Noise shader library for Unity
Stars: ✭ 616 (-41.56%)
Mutual labels:  unity, unity3d, graphics
Pcx
Point cloud importer & renderer for Unity
Stars: ✭ 806 (-23.53%)
Mutual labels:  unity, unity3d, graphics

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.15"

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.15",
    ...

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 orders to make them take effect in the pipeline.

HDRP settings

License

Unlicense

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].