Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keijiro/KinoGlitch
Video glitch effects for Unity
https://github.com/keijiro/KinoGlitch
Last synced: 2 days ago
JSON representation
Video glitch effects for Unity
- Host: GitHub
- URL: https://github.com/keijiro/KinoGlitch
- Owner: keijiro
- Created: 2015-07-03T09:34:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T13:20:54.000Z (11 months ago)
- Last Synced: 2024-06-17T13:33:36.371Z (5 months ago)
- Language: C#
- Homepage:
- Size: 16.2 MB
- Stars: 2,425
- Watchers: 113
- Forks: 230
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-unity3d - KinoGlitch - Video glitch effects for Unity (Open Source Repositories / Effect and Shaders)
- awesome-opensource-unity - KinoGlitch - Video glitch effects for Unity. (Open Source Packages / Effect and Shaders)
README
KinoGlitch
==========KinoGlitch is a collection of glitch video effects.
At the moment, it provides two types of glitch effects.- Analog Glitch: scan line jitter, color drift, vertical jump, horizontal shake.
![anim1](http://33.media.tumblr.com/f1750d6553817e32b9a9716bd8d25f0e/tumblr_nqwxq8Kw8a1qio469o2_400.gif)
![anim2](http://31.media.tumblr.com/493ac4873d748f8f5e925da2b1fba5c0/tumblr_nqwxq8Kw8a1qio469o1_400.gif)- Digital glitch: block damage.
![anim3](http://33.media.tumblr.com/b7cbce006a2772e920478964ce233b1c/tumblr_nqwxq8Kw8a1qio469o3_400.gif)
License
-------Copyright (C) 2015 Keijiro Takahashi
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.