Skip to content

hugojosefson/fire

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fire

Re-implementation in JavaScript with Canvas, of Fire algorithm I used to do in x86 assembler on DOS as a kid.

Prerequisites

  • Node.js >= 4 for the webpack build.
  • Modern browser to run it in (tested with Opera, Chrome).

Build, run

npm install
npm start

Then open http://localhost:8080 in a browser to see the fire burning!

Zoom in to make the fire cover the width of the screen. (It would be too slow to render all pixels in full resolution.)

Screenshot of Fire

About

Canvas implementation of Fire algorithm I made as a kid.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.9%
  • HTML 6.0%
  • CSS 4.1%