Skip to content

nlharri/gfx-xor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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