Implementation of xor effect in javascript using html5 canvas.
I really like various graphical effects used in demos created for the demoscene events. In this project I implemented a well-known effect which usually referred to as XOR texture.
Demo: https://nlharri.github.io/thecodinghype/gfx-xor/index.html
You will see the animation in the web browser.
- Interactivity to allow changing of colors and animation speed
Javascript code using HTML5 canvas.
I used the following tutorials: