rabross / NoiseView

An Android View to simulate CRT TV static

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub

NoiseView

An Android view that simulates CRT TV static

Dependency

implementation 'com.github.rabross:NoiseView:0.1.2'

Add the JitPack repository to your build.gradle file

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

About

An Android View to simulate CRT TV static

License:MIT License


Languages

Language:Kotlin 70.6%Language:C++ 24.2%Language:CMake 5.2%