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 fire or flames.
You will see a fire animation in the web browser. When you move the mouse pointer over the effect, it will change the flames in the animation.
- Additional, more sophisticated and realistic color calculations
- Interactivity so that the visual appearance like colors and animation speed of the flames can be changed in realtime. This should be done by introducing a menu
Demo: https://nlharri.github.io/thecodinghype/gfx-flames/index.html
Javascript code using HTML5 canvas.
I used the following tutorials: