A playground of experiments related to the Doom fire effect implemented in JavaScript. Feel free to submit your experiment with a Pull Request.
- First implementation using plain JavaScript and a Table to render (@filipedeschamps)
- Implementation using plain JavaScript and Canvas's
drawRect
to render (@leocavalcante) - Implementation using plain JavaScript and Canvas's
putImageData
to render (@mccraveiro) - New structure using parcel-bundler and live-reload (@lucianopf)
- Implementation using PixiJS Graphics (@leocavalcante)
@leocavalcante |
@mccraveiro |
@AcePetrucci |
@eduardosilvapereira |
@brunooomelo |
@lucianopf |
---|
@filipedeschamps |
---|