Implementation of plasma effect in javascript.
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.
You will see a plasma animation in the web browser. Not interactive.
- 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
Demo: https://nlharri.github.io/thecodinghype/gfx-plasma/index.html
Javascript code using HTML5 canvas.
I used the following tutorials: