Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
oleobal committed Jun 15, 2019
1 parent 358d453 commit 26a7ba6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
Binary file added demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions main.d
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,6 @@ Switches:
if (d != dims)
//atomicStore(dims, d); // my code is radioactive
// OK so the above doesn't work.
// Why ?
// No. Fucking. Clue.
// maybe cause Tuple is a pointer type ? Idk.
// https://www.mail-archive.com/[email protected]/msg75050.html

Expand Down
15 changes: 15 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## DOOM Fire

A POSIX terminal implementation of (more or less) the PSX Doom fire,
[as described by Fabien Sanglard](http://fabiensanglard.net/doom_fire_psx/).

![Animated demo](demo.gif)

### Usage

Compile: `dmd main.d escapes.d -of=doom-fire`

Get help: `./doom-fire --help`

Run: `./doom-fire`

0 comments on commit 26a7ba6

Please sign in to comment.