Skip to content

I'm creating this repository to make it possible for me to - when I come around to it - start adding some awesome PIXI 4 Filters based on (custom) GLSL-Fragment and Vertex-shaders. At the moment these kind of filters seem not to exist for PIXI. And I see people struggling width certain aspects in Pixi4. You'd be amazed that a short piece of code…

License

Notifications You must be signed in to change notification settings

newrebel/NEWREBEL.PIXI.Awesome.Filters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Just planning things, and creating a markdown here..

NEWREBEL.PIXI.Awesome.Filters

I've created this repository to force myself ;-) making it easier and possible to start adding some awesome PIXI 4 Filters, based on (custom) GLSL-Fragment and vertex-shaders. Codes that I've created over the years. At the moment these kinds of filters don't seem to exist for PIXI as something like a simple integratable plugin. Also, on various forums I see people struggling width certain aspects regarding for example the (varying) vTextureCoord (uv) that can be off in Pixi4. You'd be amazed that it's possible to create 3D (mimic) filters in PIXI's 2D environment. And how usable the most outrages crazy (texture) effects can be.

Think about this, test it!

  1. Play the song 'Africa' by Toto (lame) on a rather loud volume. Then, after 30 seconds stop it, LEAVE YOUR VOLUME AS IT IS!! Then play either a Linkin Park song or even better 'God Hates us all' by Slayer.
  2. Go buy a pair of jeans. But try to find one that's perfectly blue... The most expensive and trendy jeans are aged, damaged!
  3. Check out Fender strat guitars. Brand new ones - expensive ones are scratched, aged, worn, damaged. And the real awesome players play on these kinds of guitars.

Even heard of the the word 'RELIC'??

Conclusion: For example: WHEN YOU CREATE A GLITH FILTER... IT HAS TO FEEL LIKE SLAYER, TRENDY JEANS, A RELIC FENDER STRAT... And not like a polished lame effect straight out of something like Windows Moviemaker or Apple's Final Cut. It has to be real!

Soon you will see what I mean by this, if you don't understand it.

*Combining audio (soundcloud) and shaders isn't difficult. I will also show that.

I'm currently working on a webpage to demonstrate these filters. I'll add them here!


passing


NEWREBEL® GLSL Audio-Texture

This will create a ShaderToy® (-like) Audio Texture intended for use to send audio-data to a WebGL GLSL (Fragment) Shader. But there are probably more things you can use it for, that's for you and your creativity to decide.

The texture is no bigger then 2 pixels high and 512 pixels wide. It contains all audio-data you need to create any visualization, or such. With just one sampler2D uniform you can send all data to your shader, which could provide a nice performance advantage in comparison to sending all that data in numerous uniforms after having to create separate values and outputs. The texture updates itself as the audio plays.

The audio-source can be either any Soundcloud url, as a self-hosted .mp3 or .wav file.

The texture contains two horizontal rows. The top row (1 pixel) is the waveform which provides i.e. total peak-levels. The second row, also 1 pixel contains the spectrum FFT data providing 512 frequencies. A High-cut is auto-integrated in such way that everything works as should. I use to be a professional musician and know what frequencies you don't need.

Initially it is created to function as kind of like a plugin for Pixi.js. Tested with v4.0 - v4.7.0. But I have Included both a WebGL as canvas version, which you optionally can use to connect, render or bind in any way you like. *Might you still work with Pixi v3, then you could choose to use one of these two alternate versions to render as a renderTexture.

Audiofiles play instantly, the texture will be created instantly. It uses both the WebAudio API as HTML5 Audio in combination. There's no pre-load time or anything.

Install this Plugin

Install with npm:

npm install --save-dev GLSL-audio-texture

Install with yarn:

yarn add GLSL-audio-texture--dev

Then you simply do:

npm install

To build:

npm run build

To run it on a dev server (webpack):

npm run start

After build you can do:

import AudioTexture from 'GLSL-audio-texture'

It's also possible to simply use:

<script>/dist/GLSL-audio-texture.min.js</script>
and upload /dist/GLSL-audio-texture.min.js.map in the same dir.

in the package: webpack, babel etc.

Introduction

Get Started

About

I'm creating this repository to make it possible for me to - when I come around to it - start adding some awesome PIXI 4 Filters based on (custom) GLSL-Fragment and Vertex-shaders. At the moment these kind of filters seem not to exist for PIXI. And I see people struggling width certain aspects in Pixi4. You'd be amazed that a short piece of code…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published