Skip to content
Browser Screensaver

Fire Screensaver

Flames filling the screen from the bottom edge, using the classic Doom fire algorithm — still the best-looking flame you can draw in a browser tab.

Press F for fullscreen, Esc to exit.

What the fire screensaver is

A hot row is seeded along the bottom of a small grid. Every cell above takes its neighbour’s heat minus a small random amount, with a sideways nudge that produces the curl. Scaling the little grid up to the display is what gives the soft edges.

It is a genuinely elegant piece of code — one of those cases where the naive approach happens to look exactly right. It has been reimplemented on almost every platform since 1993 for that reason.

  • A background for a stream, a party or a stage screen
  • A striking full-screen effect on a television
  • A demonstration of the algorithm itself, running live

Full screen flames in a browser tab

The heat control changes how fast the fire decays as it rises. Turned up, the flames reach the top of the screen; turned down, they stay as a shallow band along the bottom.

There is no hearth or surround here — the flames are the whole picture, edge to edge.

How to run the fire screensaver full screen

Press the fullscreen button on the player, or the F key. Escape brings you back to the page. On a desktop browser F11 does the same job and hides the browser’s own toolbars as well, which is what you want on a display that is going to be left running.

Everything you change in the settings is written into the address bar as you change it, so the version you have set up is a link. Bookmark it, or send it to whoever is running the screen. Space pauses and resumes at any time.

Questions

What is the Doom fire algorithm?

A technique from the 1993 game: seed a hot row at the bottom, then have each cell above copy its neighbour’s heat minus a random decay with a small horizontal drift. It produces convincing flames with almost no code, which is why it is still used.

Is there a hearth or a log to go with it?

No. This page is flames edge to edge with nothing around them — no surround, no logs, no ember bed. The heat control is the only thing that changes how far up the screen they reach.

Does it use a lot of battery?

It runs on a deliberately small grid scaled up, which keeps it cheap, and it stops entirely when the tab is in the background.

Is the fire screensaver free?

Yes — free, with no account, no download, no watermark and no time limit. It is a web page, so it runs on anything with a modern browser.

How do I stop it or exit fullscreen?

Press Escape to leave fullscreen, or F to toggle it. Space pauses the animation without leaving the page. If you used F11 to hide the browser toolbars, press F11 to bring them back.