Skip to content

nlharri/gfx-plasma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Plasma effect

Implementation of plasma effect in javascript.

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 called plasma.

What are the features?

You will see a plasma animation in the web browser. Not interactive.

What are Future Plans for this Project?

  • Additional, more sophisticated calculations
  • Interactivity so that the visual appearance like colors, animation speed, and animation pattern of the plasma can be changed in realtime. This should be done by introducing a menu

How can I try it?

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

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