Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 837 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 837 Bytes

XOR effect

Implementation of xor effect in javascript using html5 canvas.

What is this?

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.

How can I try it?

Demo: https://nlharri.github.io/thecodinghype/gfx-xor/index.html

What are the features?

You will see the animation in the web browser.

What are Future Plans for this Project?

  • Interactivity to allow changing of colors and animation speed

How does it work?

Javascript code using HTML5 canvas.

About

I used the following tutorials:

This project is licensed under the MIT Open Source License