{"id":13547803,"url":"https://github.com/filipedeschamps/doom-fire-algorithm","last_synced_at":"2025-05-14T10:07:22.021Z","repository":{"id":34016350,"uuid":"164105898","full_name":"filipedeschamps/doom-fire-algorithm","owner":"filipedeschamps","description":"Playground for the fire effect from DOOM. Really simple algorithm and all experiments are welcome!","archived":false,"fork":false,"pushed_at":"2025-02-10T11:29:40.000Z","size":115763,"stargazers_count":1358,"open_issues_count":4,"forks_count":286,"subscribers_count":39,"default_branch":"master","last_synced_at":"2025-04-03T19:58:43.549Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/filipedeschamps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-04T12:38:54.000Z","updated_at":"2025-03-31T17:06:37.000Z","dependencies_parsed_at":"2024-12-19T05:06:22.007Z","dependency_job_id":"9356c3c3-a4c0-4ec9-a932-dda0119accfb","html_url":"https://github.com/filipedeschamps/doom-fire-algorithm","commit_stats":{"total_commits":263,"total_committers":68,"mean_commits":"3.8676470588235294","dds":0.7414448669201521,"last_synced_commit":"36b58ac86dc2c6af9a7ca3706df370ec921a9c01"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipedeschamps%2Fdoom-fire-algorithm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipedeschamps%2Fdoom-fire-algorithm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipedeschamps%2Fdoom-fire-algorithm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipedeschamps%2Fdoom-fire-algorithm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/filipedeschamps","download_url":"https://codeload.github.com/filipedeschamps/doom-fire-algorithm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248335945,"owners_count":21086687,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T12:01:01.267Z","updated_at":"2025-04-11T03:33:22.325Z","avatar_url":"https://github.com/filipedeschamps.png","language":"JavaScript","funding_links":[],"categories":["🚀 A series of exquisite and compact web page cool effects"],"sub_categories":["Other Effect"],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://filipedeschamps.github.io/doom-fire-algorithm/playground/1st-implementation-with-tables/\"\u003e\n    \u003cimg src=\"https://github.com/filipedeschamps/doom-fire-algorithm/blob/master/doom-fire.gif?raw=true\" width=\"490\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# Doom Fire Algorithm Playground\nA playground of experiments related to the Doom fire effect implemented in JavaScript. Feel free to submit your experiment with a Pull Request.\n\n## Experiments\n\nThese people are making this repository **MORE THAN AWESOME**.\n\n- [First implementation using plain JavaScript and a Table to render](https://filipedeschamps.github.io/doom-fire-algorithm/playground/1st-implementation-with-tables/) ([@filipedeschamps](https://github.com/filipedeschamps))\n- [Implementation using plain JavaScript and Canvas's `drawRect` to render](https://filipedeschamps.github.io/doom-fire-algorithm/playground/render-with-canvas-draw-rect/) ([@leocavalcante](https://github.com/leocavalcante))\n- [Implementation using plain JavaScript and Canvas's `putImageData` to render](https://filipedeschamps.github.io/doom-fire-algorithm/playground/render-with-canvas/) ([@mccraveiro](https://github.com/mccraveiro))\n- [Show case of JS + Rust (WebAssembly) + PixiJS + parcel-bundler + live-reload](https://filipedeschamps.github.io/doom-fire-algorithm/playground/new-structure-with-parcel-bundler/demo) ([@lucianopf](https://github.com/lucianopf))\n- [Implementation using PixiJS Graphics](https://filipedeschamps.github.io/doom-fire-algorithm/playground/render-with-pixijs/) ([@leocavalcante](https://github.com/leocavalcante))\n- [Implementation using Rust and rendered in Terminal](https://github.com/filipedeschamps/doom-fire-algorithm/tree/master/playground/rust-algorithm-render-in-terminal) ([@moog](https://github.com/moog))\n- [First implementation at the upside down using plain JavaScript and a Table to render](https://filipedeschamps.github.io/doom-fire-algorithm/playground/1st-implementation-with-tables-upside-down) ([@lucianopf](https://github.com/lucianopf))\n- [First implementation but with comments all around the code](https://github.com/filipedeschamps/doom-fire-algorithm/blob/master/playground/doom-fire-algorithm-commented/fire.js) ([@WhoisBsa](https://github.com/WhoisBsa))\n- [Transparent fire and with new buttons to interact](https://filipedeschamps.github.io/doom-fire-algorithm/playground/burning-elements/) ([@mmoraisa](https://github.com/mmoraisa))\n- [Render using particles with P5 + more fire controls](https://filipedeschamps.github.io/doom-fire-algorithm/playground/render-using-particles-with-p5/) ([@SharkSharp](https://github.com/SharkSharp))\n- [Embedded version implemented in C using SMT32F429 board and mbed](https://github.com/filipedeschamps/doom-fire-algorithm/tree/master/playground/embedded_version-STM32F429-mbed) ([@agaelema](https://github.com/agaelema))\n- [Rendering with a Table and Manual wind control](https://filipedeschamps.github.io/doom-fire-algorithm/playground/1st-implementation-with-tables-manual-variable-wind/) ([@hfabio](https://github.com/hfabio))\n- [Rendering with a Table and Random wind direction](https://filipedeschamps.github.io/doom-fire-algorithm/playground/1st-implementation-with-tables-randomic-variable-wind/) ([@hfabio](https://github.com/hfabio))\n- [Lua/Love2D Implementation](https://github.com/filipedeschamps/doom-fire-algorithm/tree/master/playground/lua-love2d-implementation) ([@wesleycsj](https://github.com/wesleycsj))\n- [Kotlin on Android Implementation](https://github.com/filipedeschamps/doom-fire-algorithm/tree/master/playground/android-implementation-kotlin) ([@kassiano](https://github.com/kassiano))\n- [Random Walker](https://filipedeschamps.github.io/doom-fire-algorithm/playground/random-walker/) ([@filipedeschamps](https://github.com/filipedeschamps))\n- [SDL2 Implementation](https://github.com/filipedeschamps/doom-fire-algorithm/playground/sdl2-implementation/) ([@mrcsxsiq](https://github.com/mrcsxsiq))\n- [Android with Kotlin and Custom View](https://github.com/filipedeschamps/doom-fire-algorithm/tree/master/playground/android-customview-kotlin-implementation) ([@alvesleonardo](https://github.com/alvesleonardo))\n- [Render using Canvas, requestAnimationFrame and with a Responsive Layout](https://filipedeschamps.github.io/doom-fire-algorithm/playground/render-canvas-responsive-layout/) ([@kevinbreaker](https://github.com/kevinbreaker))\n- ['Pagar.me's logo on fire' edition](https://filipedeschamps.github.io/doom-fire-algorithm/playground/pagarme-logo-on-fire/) ([@igorantun](https://github.com/igorantun))\n- [Mouse Follower algorithm](https://filipedeschamps.github.io/doom-fire-algorithm/playground/follow-mouse/) ([@filipedeschamps](https://github.com/filipedeschamps))\n- [PSP Homebrew Implementation](https://github.com/filipedeschamps/doom-fire-algorithm/playground/psp-homebrew-oslib-implementation/) ([@mrcsxsiq](https://github.com/mrcsxsiq))\n- [Render using Canvas and HSL colors](https://filipedeschamps.github.io/doom-fire-algorithm/playground/render-with-canvas-and-hsl-colors/) ([@felipe-pita](https://github.com/felipe-pita))\n- [Falling Stars (interactive demo)](https://filipedeschamps.github.io/doom-fire-algorithm/playground/falling-stars/) ([@filipedeschamps](https://github.com/filipedeschamps))\n- [C++ SFML implementation](https://filipedeschamps.github.io/doom-fire-algorithm/playground/cpp-sfml-implementation/) ([@edusporto](https://github.com/edusporto))\n- [Elixir CLI for drawing doom fire effect in the terminal](https://github.com/filipedeschamps/doom-fire-algorithm/tree/master/playground/elixir-algorithm-render-in-terminal) ([@herbstrith](https://github.com/herbstrith))\n- [Pythonic Doom Fire + Blue Flame](https://github.com/filipedeschamps/doom-fire-algorithm/tree/master/playground/pythonic-doom-fire) ([@filipealvesdef](https://github.com/filipealvedef))\n- [Go using the Ebiten 2D game library](https://github.com/filipedeschamps/doom-fire-algorithm/tree/master/playground/golang-ebiten) ([@crgimenes](https://github.com/crgimenes))\n- [Implementation using Java and Graphics to render](https://github.com/filipedeschamps/doom-fire-algorithm/tree/master/playground/doom-fire-algorithm-java) ([@vinidg](https://github.com/vinidg))\n- [Java Graphics2D Implementation](https://github.com/filipedeschamps/doom-fire-algorithm/tree/master/playground/java-graphics2d-implementation) ([@fabiodelabruna](https://github.com/fabiodelabruna))\n- [Making the fire more real, removing right to left site wind effect](https://filipedeschamps.github.io/doom-fire-algorithm/playground/doom-fire-more-real) ([@rattones](https://github.com/rattones))\n- [C++ Qt Multiplatform Implementation](https://github.com/filipedeschamps/doom-fire-algorithm/tree/master/playground/cpp-qt-implementation) ([@guidefloripa](https://github.com/guidefloripa))\n- [First Go Terminal Implementation](https://github.com/ayang64/doomfire) ([@ayang64](https://github.com/ayang64))\n- [C and Allegro 5](https://github.com/filipedeschamps/doom-fire-algorithm/tree/master/playground/allegro5-c-fire) ([@lucasew](https://github.com/lucasew))\n- [Python 3 with PyGame](https://github.com/filipedeschamps/doom-fire-algorithm/tree/master/playground/python3-pygame-implementation) ([@DayllonXavier](https://github.com/DayllonXavier))\n- [Implementation using Unity 3D with Particle System](https://github.com/MainDuelo/doom-fire-algorithm/tree/master/playground/c%23-unity-3d) ([@MainDuelo](https://github.com/MainDuelo))\n- [Dart 2.0 Implementation](https://github.com/filipedeschamps/doom-fire-algorithm/tree/master/playground/Dart-Doom-Fire) ([@viniSaab](https://github.com/vinisaab))\n- [iOS implementation using SpriteKit](https://github.com/filipedeschamps/doom-fire-algorithm/tree/master/playground/doom-fire-algorithm-ios-spritekit) ([@pogist](https://github.com/pogist))\n- [Delphi using Firemonkey](https://github.com/filipedeschamps/doom-fire-algorithm/tree/master/playground/delphi-fmx) ([@FelipeAngelini](https://github.com/FelipeAngelini))\n- [Texts on Fire](https://github.com/filipedeschamps/doom-fire-algorithm/tree/master/playground/texts-on-fire) ([@leonampd](https://github.com/leonampd))\n- [Java and LibGdx](https://github.com/filipedeschamps/doom-fire-algorithm/tree/master/playground/java-libgdx-implementation) ([@leonampd](https://github.com/leonampd))\n- [Extinguish the fire by the mouseover](https://filipedeschamps.github.io/doom-fire-algorithm/playground/doom-fire-with-extinguish-fire-function/fire.html) ([@jotave42](https://github.com/jotave42))\n- [React implementation](https://github.com/filipedeschamps/doom-fire-algorithm/tree/master/playground/react-implementation) ([@urielkdev](https://github.com/urielkdev))\n- [React Native implementation](https://github.com/filipedeschamps/doom-fire-algorithm/tree/master/playground/react-native-doom-fire) ([@SamuelHiroyuki](https://github.com/SamuelHiroyuki))\n- [Python using Kivy](https://github.com/filipedeschamps/doom-fire-algorithm/tree/master/playground/python3-kivy) ([@sfadiga](https://github.com/sfadiga))\n- [Pink Fire](https://filipedeschamps.github.io/doom-fire-algorithm/playground/1st-implementation-with-tables-pinkedition) ([@valescaf](https://github.com/valescaf))\n- [Faustão Edition](https://filipedeschamps.github.io/doom-fire-algorithm/playground/ta-pegando-fogo-bixo/) ([@WeslleyNasRocha](https://github.com/WeslleyNasRocha))\n- [Bash Edition](https://github.com/filipedeschamps/doom-fire-algorithm/tree/master/playground/BashDoomFire) ([@WeslleyNasRocha](https://github.com/cabonamigo))\n- [Flutter Edition](https://github.com/filipedeschamps/doom-fire-algorithm/tree/master/playground/flutter-implementation) ([@abraaolevi](https://github.com/abraaolevi))\n- [Web Responsive Version](https://filipedeschamps.github.io/doom-fire-algorithm/playground/web-responsive-version/) ([@AntonioPedro9](https://github.com/AntonioPedro9))\n- [GDScript Implementation (Godot Engine)](https://github.com/filipedeschamps/doom-fire-algorithm/tree/master/playground/gdscript-doom-fire/) ([@jshlw](https://github.com/jshlw))\n- [Flutter with Painter](https://github.com/filipedeschamps/doom-fire-algorithm/tree/master/playground/flutter_fire/) ([@aschiavon91](https://github.com/aschiavon91))\n- [Using multidimensional array + Controls to interact](https://filipedeschamps.github.io/doom-fire-algorithm/playground/implementation-with-canvas-manual-variable-dimension-and-power) ([@gustavo-tp](https://github.com/gustavo-tp))\n- [Ascii Art Version](https://github.com/filipedeschamps/doom-fire-algorithm/tree/master/playground/doom-fire-algorithm-ascii-art) ([@aldrie](https://github.com/Aldrie))\n- [Meteor](https://filipedeschamps.github.io/doom-fire-algorithm/playground/meteor/) ([@felipe-pita](https://github.com/felipe-pita))\n- [CSS Grid Doom Fire](https://filipedeschamps.github.io/doom-fire-algorithm/playground/css-grid-doom-fire/) ([@thadeucity](https://github.com/thadeucity))\n- [Render Using GPU](https://filipedeschamps.github.io/doom-fire-algorithm/playground/render-using-gpu/) ([@thadeucity](https://github.com/thadeucity))\n- [FogoDoom-Control screen resizing](https://github.com/jhonathan93/doom-fire-algorithm/tree/master/playground/fogodoom-control-screen-resizing/) ([@jhonathan](https://github.com/jhonathan93))\n- [Non-uniform canvas 2d array implementation](https://filipedeschamps.github.io/doom-fire-algorithm/playground/non-uniform-canvas-2d-array-implementation/) ([@caioferrarezi](https://github.com/caioferrarezi))\n- [Led matrix, with arduino](https://github.com/filipedeschamps/doom-fire-algorithm/tree/master/playground/doom-fire-matrix-led-arduino) ([@SamuelNunes](https://github.com/SamueldaCostaAraujoNunes))\n- [C# Console Implementation](https://github.com/filipedeschamps/doom-fire-algorithm/tree/master/playground/csharp-console-implementation) ([@franck-gaspoz](https://github.com/franck-gaspoz))\n- [Swift UI Version](https://github.com/filipedeschamps/doom-fire-algorithm/tree/master/playground/SwiftUI-DoomFire)([@AdrianoAntoniev](https://github.com/AdrianoAntoniev))\n- [Python version: fire-doom-simulator with interactive menu and color changing functionality](https://github.com/FranciscoCharles/doom-fire-simulator)([@FranciscoCharles](https://github.com/FranciscoCharles))\n- [Godot Implementation with Shaders (Godot Engine)](https://github.com/filipedeschamps/doom-fire-algorithm/tree/master/playground/godot-shaders-doom-fire)([@RisingThumb](https://github.com/RisingThumb))\n- [Python Curses with ASCII characters version](https://github.com/filipedeschamps/doom-fire-algorithm/tree/master/playground/python3-doom-fire-curses)([@pserey](https://github.com/pserey))\n- [Controllers RGB and scale in pure javascript ](https://github.com/filipedeschamps/doom-fire-algorithm/tree/master/playground/controllers-rgb-and-scale-in-pure-javascript)([@mak213k](https://github.com/mak213k))\n- [First implementation with an input to change fire color (using HSL)](https://filipedeschamps.github.io/doom-fire-algorithm/playground/1st-implementation-with-tables-manual-color-changer) ([@BeatrizAguillera](https://github.com/BeatrizAguillera))\n- [Doom Fire JS canvas2d typed arrays (mouse-follower)](https://filipedeschamps.github.io/doom-fire-algorithm/playground/doom-fire-js-canvas2d-typedarrays) ([@NiklasKnaack](https://github.com/NiklasKnaack))\n- [Doom Fire - Voxel Version (Three.js)](https://filipedeschamps.github.io/doom-fire-algorithm/playground/threejs-3d-cube) ([@arturovaine](https://github.com/arturovaine))\n\n## Contributors\n\n| [\u003cimg src=\"https://avatars3.githubusercontent.com/u/183722?s=115\u0026v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@leocavalcante\u003c/small\u003e](https://github.com/leocavalcante) | [\u003cimg src=\"https://avatars0.githubusercontent.com/u/782333?s=115\u0026v=4\"\u003e\u003cbr\u003e\u003csub\u003e@mccraveiro\u003c/sub\u003e](https://github.com/mccraveiro) | [\u003cimg src=\"https://avatars1.githubusercontent.com/u/6183702?s=115\u0026v=4\"\u003e\u003cbr\u003e\u003csub\u003e@AcePetrucci\u003c/sub\u003e](https://github.com/AcePetrucci) | [\u003cimg src=\"https://avatars2.githubusercontent.com/u/5911989?s=115\u0026v=4\"\u003e\u003cbr\u003e\u003csub\u003e@eduardosilvapereira\u003c/sub\u003e](https://github.com/eduardosilvapereira) | [\u003cimg src=\"https://avatars0.githubusercontent.com/u/12174318?s=115\u0026v=4\"\u003e\u003cbr\u003e\u003csub\u003e@brunooomelo\u003c/sub\u003e](https://github.com/brunooomelo) | [\u003cimg src=\"https://avatars3.githubusercontent.com/u/8251208?s=115\u0026v=4\"\u003e\u003cbr\u003e\u003csub\u003e@lucianopf\u003c/sub\u003e](https://github.com/lucianopf) |\n| :---: | :---: | :---: | :---: | :---: | :---: |\n| [\u003cimg src=\"https://avatars0.githubusercontent.com/u/4884974?s=115\u0026v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@moog\u003c/small\u003e](https://github.com/moog) | [\u003cimg src=\"https://avatars0.githubusercontent.com/u/36895235?s=115\u0026v=4\"\u003e\u003cbr\u003e\u003csmall\u003e@WhoisBsa\u003c/small\u003e](https://github.com/WhoisBsa) | [\u003cimg src=\"https://avatars1.githubusercontent.com/u/15789323?s=115\u0026v=4\"\u003e\u003cbr\u003e\u003csmall\u003e@mmoraisa\u003c/small\u003e](https://github.com/mmoraisa) | [\u003cimg src=\"https://avatars3.githubusercontent.com/u/17105737?s=115\u0026v=4\"\u003e\u003cbr\u003e\u003csmall\u003e@SharkSharp\u003c/small\u003e](https://github.com/SharkSharp) | [\u003cimg src=\"https://avatars1.githubusercontent.com/u/14901075?s=115\u0026v=4\" width=115\u003e\u003cbr\u003e\u003csmall\u003e@agaelema\u003c/small\u003e](https://github.com/agaelema) | [\u003cimg src=\"https://avatars3.githubusercontent.com/u/15989467?s=115\u0026v=4\"\u003e\u003cbr\u003e\u003csmall\u003e@hfabio\u003c/small\u003e](https://github.com/hfabio) |\n| [\u003cimg src=\"https://avatars1.githubusercontent.com/u/8799608?s=115\u0026v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@wesleycsj\u003c/small\u003e](https://github.com/wesleycsj) | [\u003cimg src=\"https://avatars1.githubusercontent.com/u/1576341?s=115\u0026v=4\"\u003e\u003cbr\u003e\u003csmall\u003e@kassiano\u003c/small\u003e](https://github.com/kassiano) | [\u003cimg src=\"https://avatars1.githubusercontent.com/u/993608?s=115\u0026v=4\"\u003e\u003cbr\u003e\u003csmall\u003e@mrcsxsiq\u003c/small\u003e](https://github.com/mrcsxsiq) | [\u003cimg src=\"https://avatars3.githubusercontent.com/u/5604321?s=115\u0026v=4\"\u003e\u003cbr\u003e\u003csmall\u003e@alvesleonardo\u003c/small\u003e](https://github.com/alvesleonardo) | [\u003cimg src=\"https://avatars0.githubusercontent.com/u/25128546?s=115\u0026v=4\"\u003e\u003cbr\u003e\u003csmall\u003e@kevinbreaker\u003c/small\u003e](https://github.com/kevinbreaker) | [\u003cimg src=\"https://avatars3.githubusercontent.com/u/5935946?s=115\u0026v=4\"\u003e\u003cbr\u003e\u003csmall\u003e@igorantun\u003c/small\u003e](https://github.com/igorantun) |\n| [\u003cimg src=\"https://avatars1.githubusercontent.com/u/1231655?s=115\u0026v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@felipe-pita\u003c/small\u003e](https://github.com/felipe-pita) | [\u003cimg src=\"https://avatars0.githubusercontent.com/u/30930225?s=115\u0026v=4\"\u003e\u003cbr\u003e\u003csmall\u003e@edusporto\u003c/small\u003e](https://github.com/edusporto) | [\u003cimg src=\"https://avatars3.githubusercontent.com/u/7833473?s=115\u0026v=4\"\u003e\u003cbr\u003e\u003csmall\u003e@herbstrith\u003c/small\u003e](https://github.com/herbstrith) | [\u003cimg src=\"https://avatars0.githubusercontent.com/u/10976512?s=115\u0026v=4\"\u003e\u003cbr\u003e\u003csmall\u003e@filipealvesdef\u003c/small\u003e](https://github.com/filipealvesdef) | [\u003cimg src=\"https://avatars3.githubusercontent.com/u/834772?s=115\u0026v=4\"\u003e\u003cbr\u003e\u003csmall\u003e@crgimenes\u003c/small\u003e](https://github.com/crgimenes) | [\u003cimg src=\"https://avatars1.githubusercontent.com/u/10141812?s=115\u0026v=4\"\u003e\u003cbr\u003e\u003csmall\u003e@vinidg\u003c/small\u003e](https://github.com/vinidg) |\n| [\u003cimg src=\"https://avatars0.githubusercontent.com/u/1847558?s=115\u0026v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@fabiodelabruna\u003c/small\u003e](https://github.com/fabiodelabruna) | [\u003cimg src=\"https://avatars0.githubusercontent.com/u/28392040?s=115\u0026v=4\"\u003e\u003cbr\u003e\u003csmall\u003e@rattones\u003c/small\u003e](https://github.com/rattones) | [\u003cimg src=\"https://avatars1.githubusercontent.com/u/6698381?v=4\u0026s=115\"\u003e\u003cbr\u003e\u003csmall\u003e@guidefloripa\u003c/small\u003e](https://github.com/guidefloripa) | [\u003cimg src=\"https://avatars1.githubusercontent.com/u/1615303?s=460\u0026v=4\"  width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@ayang64\u003c/small\u003e](https://github.com/ayang64) | [\u003cimg src=\"https://avatars1.githubusercontent.com/u/15693688?s=115\u0026v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@lucasew\u003c/small\u003e](https://github.com/lucasew) | [\u003cimg src=\"https://avatars1.githubusercontent.com/u/34678695?s=115\u0026v=4\" width='115px'\u003e\u003cbr\u003e\u003csmall\u003e@DayllonXavier\u003c/small\u003e](https://github.com/DayllonXavier)\n| [\u003cimg src=\"https://avatars.githubusercontent.com/MainDuelo?s=115\u0026v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@MainDuelo\u003c/small\u003e](https://github.com/MainDuelo) | [\u003cimg src=\"https://avatars3.githubusercontent.com/u/13907634?s=115\u0026v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@viniSaab\u003c/small\u003e](https://github.com/vinisaab) | [\u003cimg src=\"https://avatars0.githubusercontent.com/u/10985896?s=115\u0026v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@pogist\u003c/small\u003e](https://github.com/pogist) | [\u003cimg src=\"https://avatars3.githubusercontent.com/u/32219462?s=115\u0026v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@FelipeAngelini\u003c/small\u003e](https://github.com/FelipeAngelini) | [\u003cimg src=\"https://avatars0.githubusercontent.com/u/1620107?s=460\u0026v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@leonampd\u003c/small\u003e](https://github.com/leonampd) | [\u003cimg src=\"https://avatars2.githubusercontent.com/u/284147?s=400\u0026v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@osmarjunior\u003c/small\u003e](https://github.com/osmarjunior) |\n| [\u003cimg src=\"https://avatars0.githubusercontent.com/u/18374028?s=400\u0026v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@jotave42\u003c/small\u003e](https://github.com/jotave42) | [\u003cimg src=\"https://avatars0.githubusercontent.com/u/39094194?s=400\u0026u=90d0197ecad492898eda852c33b35e5597f9879b\u0026v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@urielkdev\u003c/small\u003e](https://github.com/urielkdev) | [\u003cimg src=\"https://avatars1.githubusercontent.com/u/36797629?s=400\u0026v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@SamuelHiroyuki\u003c/small\u003e](https://github.com/SamuelHiroyuki) | [\u003cimg src=\"https://avatars0.githubusercontent.com/u/2021800?s=400\u0026v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@sfadiga\u003c/small\u003e](https://github.com/sfadiga) | [\u003cimg src=\"https://avatars3.githubusercontent.com/u/20388235?s=400\u0026v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@valescaf\u003c/small\u003e](https://github.com/valescaf) | [\u003cimg src=\"https://avatars0.githubusercontent.com/u/19312651?s=400\u0026v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@WeslleyNasRocha\u003c/small\u003e](https://github.com/WeslleyNasRocha) |\n| [\u003cimg src=\"https://avatars0.githubusercontent.com/u/8610269?s=460\u0026v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@cabonamigo\u003c/small\u003e](https://github.com/cabonamigo) | [\u003cimg src=\"https://avatars2.githubusercontent.com/u/502058?s=400\u0026v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@abraaolevi\u003c/small\u003e](https://github.com/abraaolevi) | [\u003cimg src=\"https://avatars2.githubusercontent.com/u/32210610?s=400\u0026v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@AntonioPedro9\u003c/small\u003e](https://github.com/AntonioPedro9) | [\u003cimg src=\"https://avatars3.githubusercontent.com/u/33421921?s=400\u0026v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@jshlw\u003c/small\u003e](https://github.com/jshlw) | [\u003cimg src=\"https://avatars3.githubusercontent.com/u/3910403?s=400\u0026v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@aschiavon91\u003c/small\u003e](https://github.com/aschiavon91) | [\u003cimg src=\"https://avatars2.githubusercontent.com/u/22661674?s=400\u0026v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@gustavo-tp\u003c/small\u003e](https://github.com/gustavo-tp) |\n| [\u003cimg src=\"https://avatars2.githubusercontent.com/u/46945204?s=400\u0026v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@aldrie\u003c/small\u003e](https://github.com/Aldrie) | [\u003cimg src=\"https://avatars0.githubusercontent.com/u/6117516?s=400\u0026u=359134f6d9803d68deffbdca7beecac73e47d8e8\u0026v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@thadeucity\u003c/small\u003e](https://github.com/thadeucity) | [\u003cimg src=\"https://avatars0.githubusercontent.com/u/46010912?s=460\u0026u=cdcef2372e99f8b686eff873c2350a456b74288a\u0026v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@jhonathan93\u003c/small\u003e](https://github.com/jhonathan93) | [\u003cimg src=\"https://avatars3.githubusercontent.com/u/66431643?s=400\u0026u=5b6eab5130fbea201db032ac6b4b3ea9900afe2e\u0026v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@SamuelNunes\u003c/small\u003e](https://github.com/SamueldaCostaAraujoNunes) | [\u003cimg src=\"https://avatars.githubusercontent.com/u/36030635?s=400\u0026u=9f99e4d9ed845aad32bb17b93c52e5549ffe2b67\u0026v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@franck-gaspoz\u003c/small\u003e](https://github.com/franck-gaspoz) | [\u003cimg src=\"https://avatars.githubusercontent.com/u/38925513?v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@FranciscoCharles\u003c/small\u003e](https://github.com/FranciscoCharles) |\n| [\u003cimg src=\"https://avatars.githubusercontent.com/u/16968644?v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@RisingThumb\u003c/small\u003e](https://github.com/RisingThumb) | [\u003cimg src=\"https://avatars.githubusercontent.com/u/6878996?v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@mak213k\u003c/small\u003e](https://github.com/mak213k) | [\u003cimg src=\"https://avatars.githubusercontent.com/u/80479340?s=400\u0026u=796b945c402cc02fb70cef2a83c86f67efc63484\u0026v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@BeatrizAguillera\u003c/small\u003e](https://github.com/BeatrizAguillera) | [\u003cimg src=\"https://avatars.githubusercontent.com/u/10435486?v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@NiklasKnaack\u003c/small\u003e](https://github.com/NiklasKnaack) | [\u003cimg src=\"https://avatars.githubusercontent.com/u/30031680?v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csmall\u003e@arturovaine\u003c/small\u003e](https://github.com/arturovaine) |\n\n## Author\n\n| [\u003cimg src=\"https://avatars0.githubusercontent.com/u/4248081?v=3\u0026s=115\"\u003e\u003cbr\u003e\u003csub\u003e@filipedeschamps\u003c/sub\u003e](https://github.com/filipedeschamps) |\n| :---: |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilipedeschamps%2Fdoom-fire-algorithm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffilipedeschamps%2Fdoom-fire-algorithm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilipedeschamps%2Fdoom-fire-algorithm/lists"}