This project demonstrates a simple animation of fire using JavaScript's Canvas API. It generates a dynamic effect resembling flames rising upwards.
The animation consists of particles moving upwards with random velocities and colors, simulating the appearance of flames. Each particle fades out gradually as it moves, creating a realistic effect of fire.
Simply include the provided index.js file in your project and ensure that you have an HTML file with a element where the animation will be rendered.
For a live demo of the animation, check out this link.
Dynamic generation of fire particles. Randomized velocities and colors for a natural flame effect. Realistic fading out of particles to simulate burning. Contributing Contributions are welcome! Feel free to submit any issues or pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.