gitwtfhub

wtf is glitchfx?

keijiro/glitchfx — explained in plain English

Analysis updated 2026-08-03 · repo last pushed 2014-08-05

82C#Audience · developerComplexity · 2/5DormantLicenseSetup · easy

TL;DR

GlitchFx is a ready-to-use Unity package that applies a digital glitch effect, like a scrambled or broken screen, to cameras or objects in your game or interactive experience.

Mindmap

mindmap
  root((repo))
    What it does
      Digital glitch visuals
      Color shifting artifacts
      Pixel slicing effect
      Signal noise overlay
    Tech stack
      Unity
      C#
    Use cases
      Sci-fi game distortion
      Cyberpunk visual style
      Tech-horror mood
      Interactive art displays
    Audience
      Game developers
      Digital artists
      Creative coders
    License
      MIT license
      Free for commercial use

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Add a scrambled-screen glitch effect to a camera in your Unity game.

REASON 2

Create a cyberpunk or tech-horror mood in a sci-fi game without building a custom effect.

REASON 3

Apply a broken-TV aesthetic to an interactive art installation.

REASON 4

Trigger visual distortion on a character's camera when near specific enemies or events.

What's in the stack?

UnityC#

How it stacks up

keijiro/glitchfxkeijiro/meshslicerchenjie2010/bluesolution
Stars828180
LanguageC#C#C#
Last pushed2014-08-052026-07-11
MaintenanceDormantActive
Setup difficultyeasymoderatehard
Complexity2/53/54/5
Audiencedeveloperdeveloperops devops

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · easy Time to first run · 5min

Sparse README with no documented installation or configuration steps, so you may need to explore the package contents in Unity directly.

Use freely for any purpose, including commercial projects, as long as you keep the copyright notice.

Wtf does this do

GlitchFx is a plug-and-play video effect for Unity that adds a digital glitch aesthetic to your scenes. Think of the scrambled, distorted visuals you see when a screen signal breaks up, that's the look this package lets you apply to cameras or objects in a Unity project. Unity is a popular game engine used to build both 2D and 3D games and interactive experiences. GlitchFx sits on top of the camera in Unity and manipulates the image before it reaches the player's screen. Rather than rendering a clean frame, it introduces artifacts like color shifting, pixel slicing, or signal noise to create the appearance of a corrupted or unstable display. The project is written in C#, which is the standard programming language for Unity development. The primary audience is game developers or digital artists building projects in Unity who want a retro, cyberpunk, or tech-horror mood without building a custom visual effect from scratch. A developer making a sci-fi game where a character's vision distorts near certain enemies, or an interactive art installation that needs a broken-TV aesthetic, could drop this effect in and get the look immediately. The README is very sparse, it shows a short animated preview of the effect in action but doesn't document configuration options, installation steps, or customization possibilities. What's notable is that this is a lightweight, single-purpose package from a well-known Unity developer (Keijiro Takahashi) who frequently releases open-source creative coding tools. It's distributed under the MIT license, meaning anyone can use it freely in both personal and commercial projects.

Yoink these prompts

Prompt 1
How do I install and apply the GlitchFx package to my Unity camera to get a digital glitch effect?
Prompt 2
What configuration options does GlitchFx expose for controlling color shifting, pixel slicing, and signal noise intensity?
Prompt 3
Show me how to toggle the GlitchFx glitch effect on and off at runtime in Unity using C# when a player enters a trigger zone.
Prompt 4
How can I apply the GlitchFx distortion to a specific object's material instead of the whole camera in Unity?

Frequently asked questions

wtf is glitchfx?

GlitchFx is a ready-to-use Unity package that applies a digital glitch effect, like a scrambled or broken screen, to cameras or objects in your game or interactive experience.

What language is glitchfx written in?

Mainly C#. The stack also includes Unity, C#.

Is glitchfx actively maintained?

Dormant — no commits in 2+ years (last push 2014-08-05).

What license does glitchfx use?

Use freely for any purpose, including commercial projects, as long as you keep the copyright notice.

How hard is glitchfx to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is glitchfx for?

Mainly developer.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.